|
since this is C++, I'd drop the char* type and use the string type... makes life much easier...
The infinite loop... I like do do this...
#define EVER ;;
for (EVER)
{
...code to exe ...
...break condition here...
}
__________________
http://jasonpowers.net
"There are a thousand hacking at the branches of evil to one who is striking at the root."
|