User profile: SourceCoded

User info
User name:SourceCoded
History
Joined:
Number of posts:17
Latest posts:

Variable not initialised
Note: [code] int Die1; [u]/*Random Number 1-6*/[/u] int Die2;[u] /*Random Number 1-6*/[/u] [/code] I...

g++ error in Xcode
Yeah, I dont have a makefile. The files I have are: [Code] TheAmazingJourney.xcodeproj main.cpp The...

Save data
Hi, how can I save data using fstream? Like, say level on one line and weapon on another, and read ...

g++ error in Xcode
Hi, 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