Variable not initialisedNote: [code] int Die1; [u]/*Random Number 1-6*/[/u] int Die2;[u] /*Random Number 1-6*/[/u] [/code] I...
g++ error in XcodeYeah, I dont have a makefile. The files I have are: [Code] TheAmazingJourney.xcodeproj main.cpp The...
Save dataHi, how can I save data using fstream? Like, say level on one line and weapon on another, and read ...
g++ error in XcodeHi, I compiled code and got this: [Code]Command /Developer/usr/bin/g++-4.0 failed with exit code...
Different data on different files?Thank you Chervil