User: npath

  • Public profile

User profile: npath

User info
User name:npath
History
Joined:
Number of posts:4
Latest posts:

Creating GUI in C++
Check out wxDev-C++ (Windows only). The IDE is free and open source, and uses the wxWidgets library...

Making the scope of a variable global?
Why not just? [code] #include <string> void redrawBoard(void) { string redraw[] = {...

Find the size of a char array
How about this (Windows only): [code] #include <iostream> #include <string> #include <Windows....

Find the size of a char array
Perhaps like this: [code] #include <iostream> using namespace std; void testMessage(char mes...

This user does not accept Private Messages