Pointer CrashHere is my code: [code] int main(void) { char* filename; cin>>filename; [/code] My ...
Comparing Characters?After trying that, I get the following error from the compiler: ISO C++ forbids comparison between ...
Comparing Characters?I have a character array set up and I need to see if a specific character in the array is a certain ...
strange result when converting float to intI needed to convert a float to a string with only two decimal places (currency), so I found itoa on ...
String-Array?Thanks a lot! Deques will work perfectly for what I want to do.
This user does not accept Private Messages