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 arrayHow about this (Windows only): [code] #include <iostream> #include <string> #include <Windows....
Find the size of a char arrayPerhaps like this: [code] #include <iostream> using namespace std; void testMessage(char mes...
This user does not accept Private Messages