Program shouldn't count comments and blank linesTry this: [code]#include <iostream> #include <fstream> #include <string> using namespace std; const...
Program shouldn't count comments and blank lines" if (s[0] == "//") " would always return false. You're comparing the first character of the line to...
Embedding an EXE into my C++ compiled EXEI was wondering if there is a way to to embed a program (say a game window) inside another. What I ...
Prime Number"cout << "\nenter the first Number : " ;" There is a typo, pal. Assuming you just started programmin...
violating strict weak ordering std::sortOnce the segfault is thrown, I am taken to line 68 (where the zpos members are compared). I am awar...
This user does not accept Private Messages