| Red Squirrel - Jul-21-2005 server time |
| Yeah I try to do that as much as possible. I'm glad I got to learning strings, since they make stuff a bit more like php, such as unlimited string lenghts, and no need to declare and reserve memory, etc. |
| wtd - Jul-21-2005 server time |
| Never use char arrays as strings in C++. If you really need a character array for some other function, use the c_str() member function. |
| Red Squirrel - Jul-20-2005 server time |
| LOL that's funny. Just make sure you're on a switch and not a hub... but if she can't figure out a real browser I doubt she can figure out a packet sniffer anyway. |
| Pyr-O-Rgasm - Jul-20-2005 server time | ||||
Three people living in this house, three computers. One computer per person. If she were to touch my computer I'd be pissed. Besides, I don't have AOL on my PC and she doesn't know how to work the internet without AOL. |
| Red Squirrel - Jul-20-2005 server time | ||||
Wow using strings helped...
The int2string() function is in my custom header file and contains this:
Much, much easier. But does not beat php though. |
| Red Squirrel - Jul-20-2005 server time | ||
LOL I hope your mom does not happen to come and see your posts. |
| Red Squirrel - Jul-20-2005 server time |
| Actually I heard that's not a good way of doing it. Not sure why though. I just wish C++ had a nice syntax like php. Strings do make things easier though, but lot of functions still use chars. Hmm now that I think of it, I can probably use strings and dump it right in a function by going stringname.c_str(). Just thought of that now. With strings that would cut the memset part, and make adding easier as I can just go string1 + string2. *redesigns that part* |
| Cold Drink - Jul-20-2005 server time | ||||
The really funny thing is your PHP code is too long
or if short_open_tags is on
|
| Pyr-O-Rgasm - Jul-20-2005 server time |
| Wow. Isn't that a |
| Red Squirrel - Jul-20-2005 server time | ||||
I never considered this, but this is kind of funny:
In php:
|