Start an external program in C++Have you tried the system call? http://en.cppreference.com/w/cpp/utility/program/system
Need some help and info. about bufferSince your code explicitly determines the size of your buffer "char sBuffer[100];" and how many byte...
My Tic Tac ToeThis looks like a good program to learn how to use a debugger. Stepping through all the if statemen...
Error while trying to create a deck of cardsSince operator<< is a friend it isn't part of the class and therefore doesn't need PlayingCard:: whe...
This user does not accept Private Messages