Clearing a Window with win 32 [code] #include <windows.h> void ClearScreen() { HANDLE hStdOut; CONSOLE...
How to use recursion...An example : [code] #include <iostream> using namespace std; int factorial(int n) // 1, 1...
Sound stops game?Try this. [code] #include <windows.h> #pragma comment(lib, "winmm.lib") int main() { PlaySound(...
This user does not accept Private Messages