User: CPlahPlahLearner

  • Public profile

User profile: CPlahPlahLearner

User info
User name:CPlahPlahLearner
History
Joined:
Number of posts:53
Latest posts:

Program shouldn't count comments and blank lines
Try 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 EXE
I 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::sort
Once 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