EVT_BUTTONim 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 Problemswould it not be easier using a switch with break; at the end of each case: