What happened to the int 2 str article?
-
Brad Jennings wrote: "You're mom is nice. Mind if I go out with her?" That's so wrong... :) cheers, Chris Maunder
Chris Maunder wrote: That's so wrong... ...and so good...;P Brad Jennings "You're mom is nice. Mind if I go out with her?" - Jörgen Sigvardsson
-
Chris Maunder wrote: That's so wrong... ...and so good...;P Brad Jennings "You're mom is nice. Mind if I go out with her?" - Jörgen Sigvardsson
-
Code4Food wrote: MILF -American Pie Oh yeah...all right.:cool: Brad Jennings "You're mom is nice. Mind if I go out with her?" - Jörgen Sigvardsson
-
Brad Jennings wrote: "You're mom is nice. Mind if I go out with her?" That's so wrong... :) cheers, Chris Maunder
Chris Maunder wrote: That's so wrong It's only wrong if you go out with your own mother. :) -- Let me burn you down.
-
'Beginner' articles are for beginners, not necessarily by beginners. cheers, Chris Maunder
Chris Maunder wrote: 'Beginner' articles are for beginners, not necessarily by beginners. Is there an article on how to write good articles? It might be something you post in big red letters at the top of the article posting thing (or whatever it is you do, I haven't written any articles :-)) I had an idea for an article, but I thought it was too silly: "A practical introduction to web services in .NET" , drawing on RFC 2795[^] as inspiriation for what the example service(s) did :-D. -- Ian Darling
-
Chris Maunder wrote: 'Beginner' articles are for beginners, not necessarily by beginners. Is there an article on how to write good articles? It might be something you post in big red letters at the top of the article posting thing (or whatever it is you do, I haven't written any articles :-)) I had an idea for an article, but I thought it was too silly: "A practical introduction to web services in .NET" , drawing on RFC 2795[^] as inspiriation for what the example service(s) did :-D. -- Ian Darling
Marc Clifton has written an excellent guide[^]. cheers, Chris Maunder
-
Marc Clifton has written an excellent guide[^]. cheers, Chris Maunder
Chris Maunder wrote: Marc Clifton has written an excellent guide :cool: Good read that. -- Ian Darling
-
Chris Maunder wrote: 'Beginner' articles are for beginners, not necessarily by beginners. Is there an article on how to write good articles? It might be something you post in big red letters at the top of the article posting thing (or whatever it is you do, I haven't written any articles :-)) I had an idea for an article, but I thought it was too silly: "A practical introduction to web services in .NET" , drawing on RFC 2795[^] as inspiriation for what the example service(s) did :-D. -- Ian Darling
Ian Darling wrote: Is there an article on how to write good articles? It might be something you post in big red letters at the top of the article posting thing (or whatever it is you do, I haven't written any articles ) One of the things I've learned on The Lounge, is that messages written on red letters are promptly ignored. ORACLE One Real A$#h%le Called Lary Ellison
-
I was going to incorporate that into some code I am writing in house... :) You guys really bashed the crap out of that one. I almost felt bad for him for writing it and posting it. Maybe he didn't know about _itoa and such, and thought he created the best thing since sliced bread! I hope he is not depressed, but reading once through "C++ for dummies" does not make you a programmer, you need to at least read it twice. We will probably see him in the VB site now. Code4Food ---- "There is no try; only do or do not" -Yoda
.. because in austria (and in germany) the sign for the decimal point is "," (in most other countries "."). the problem is that it depends on the locale setting. now we really had some strange effects with the locale's setting (connectiong to our database changed these settings, due to an error in a lib). so we wrote something like: (without looking into the code)
string s = any_number; s.change_all_dots_to_commas(); d1 = atof (s); s.change_all_commas_to_dots(); d2 = atof (s); if (any_number > 0) return max (d1,d2) else return min (d1,d2)
hope you get the point. and it makes sense... cause now all our programs work perfectly.
"I'm from the South Bronx, and I don't care what you say: those cows look dangerous."
U.S. Secretary of State Colin Powell at George Bush's ranch in Texas -
Ian Darling wrote: Is there an article on how to write good articles? It might be something you post in big red letters at the top of the article posting thing (or whatever it is you do, I haven't written any articles ) One of the things I've learned on The Lounge, is that messages written on red letters are promptly ignored. ORACLE One Real A$#h%le Called Lary Ellison
Not if you make them big enough :-) -- Ian Darling