OPening a file with a classOK almost there. 1. ifstream f(filename) should be ifstream(filename.c_str()) 2. The file is very m...
OPening a file with a classChanges made but still not getting opened file as expected. class textClass{ public: textCla...
OPening a file with a classHI Guys, I have been having lots of issues not understanding why this isn't working. I'm trying t...
Nested classes and accessing nested class functionsI"m trying to instantiate an object of a nested class. I have a parent class with simple cout whic...
simple g++ makefile on Windows. HI folks, I'm trying to figure out why my makefile doesn't work. I'm using GNU on Windows 7. Th...
This user does not accept Private Messages