User profile: iHutch105

User info
User name:iHutch105
Statistical data
Occupation:Programmer
Skills:C
C++
Perl
Assembly
C#
Javascript
Objective-C
History
Joined:
Number of posts:1289
Latest posts:

Saving data
At the core, file I/O is handled using the fstream library. http://www.cplusplus.com/reference/fstre...

program has stopped working
Works fine for me. :-S

Game Engines
Making a game engine and making a game are two very different projects with two very different proce...

why my code error from test=++exf++;
Yep, I do believe you're right. Cheers, MiiNiPaa.

why my code error from test=++exf++;
Because it's a bad line of code. When the compiler parses that command, it's like to parse [code]++...