User: Syntax42

  • Public profile

User profile: Syntax42

User info
User name:Syntax42
History
Joined:
Number of posts:8
Latest posts:

Pointer Crash
Here 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 int
I 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