User profile: crosa64

User info
User name:crosa64
History
Joined:
Number of posts:4
Latest posts:

Whats wrong with my code?
You might want to do a clean then rebuild.

New and completely lost!
#include <fstream> #include <iostream> using namespace std; int main(int argc, char* argv[]) {...

few errors I need resolved
There is a lot of code missing here. Where is class Inventory?

Invalid pointer with string
You problem is [code]string anyKey = 0;[/code] use [code]char anyKey = 0;[/code]

This user does not accept Private Messages

User: crosa64

  • Public profile