question about filestreamIf with "where is the file from" you mean the location of the file: [code] ofstream ofs("hereisyour...
Help with Naming a Software CompanyMy backtracing name generator: [code] #include <iostream> #include <map> using namespace std; boo...
Understanding Vectors and Data StructuresImagine this as an empty int vector: {} resize(10) does this: {0000000000} If you use push_back(4)...
This user does not accept Private Messages