Hi dcs, Sorry to bother… My last thread with you: "Binary display and pairwise selection for a boolean application" has just got disappeared and I’ve contacted the administrator to retrieve its link. I assume it has been removed for some reason which I’m unaware of… probably thread subscription of some sort. Any ideas? Would they fix this problem? Regards, UniBoy
well yea, that's right, i remember that i stole it in some other forum long time ago .
hum?
atoi is a toy, relatively speaking. http://forums.devshed.com/showthread...oi#post1668127 I wouldn't use it for anything serious in C, and of course in C++ it's even lower down on the totem pole. strtok has several issues: http://www.daniweb.com/code/snippet216569.html
What do you mean by that? Hobbyist: uses atoi and strtok. I've looked around, don't hear about anyone trashing atoi. And what would you use as an alternative? O_o
sigh, MeTh0Dz is such a noob..
Hobbyist: uses atoi and strtok.
LOL, that is pretty funny though. I would like to hear your reasoning about how my 5 minute solution which eliminates ****ty strings, puts me at the 'hobbyist level'.
Looking at your solution, I stand by the observation that your coding practice seems to be at a hobbyist level.
Very narrow-minded view? Do you even know how to code? lol And anyways I posted my solution to it. Which is actually compatible with stuff as opposed to strings...