User profile: thatGuy

User info
User name:thatGuy
History
Joined:
Number of posts:7
Latest posts:

EVT_BUTTON
im fairly new to wxWidgets and i am making a frame that has 3 buttons and each button is supposed to...

enum type
Are you using inclusion guards? do you mean #ifdefined or is there a certain lib i am missing? ...

enum type
enum shapeColor {red, green, blue}; gives me the same error? and i have not defined any macro ...

enum type
this is the header file for my shape object and line 11 is the line i define enum myColor?

Calculator Problems
would it not be easier using a switch with break; at the end of each case: