IDE: Why should I use Projects?[quote=IWishIKnew]Why should I use Projects?[/quote] To make your project (your work) organize. Also...
HELP WITH RAND and FACTORIALS PLEASE[quote]1) I get the same random number every time I use it and[/quote] You're not calling rand() in ...
Windows 7 looking Buttons[quote]There isnt a simpler way?[/quote] Yes, I don't think there is a simplier way. [quote]wonderi...
Windows 7 looking Buttonsadd this on top of your main.cpp [code]#define _WIN32_WINNT 0x0501 #define WINVER 0x0501 #de...
Checkbox in my programOn line 44 of your resource.rc put [code]AUTOCHECKBOX "Checkbox", CheckB, 138, 120, 42, 50[/code] in...