Data Structure for Side Scrolling GameHi, I have a programming assignment that wants us to create a very basic console-based side scrol...
Logical OperatorsHi all, Are the following statements the same? [code] int x(5); if((x == 4) || (x == 30)) ...
Polymorphism QuestionWell, I have 12 different source and header files with a few thousand lines of code, so that's proba...
Polymorphism QuestionHi all, Consider the following: [code] class base { public: base(); }; class ...
Find characters in a stringHi all, I already checked http://www.cplusplus.com/reference/string/string/ and didn't find what ...
This user does not accept Private Messages