User profile: Michael McCody

User info
User name:Michael McCody
History
Joined:
Number of posts:3
Latest posts:

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