cplusplus.com
C++ : Users : blackcoder41
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: blackcoder41
Public profile
Send private message


User profile: blackcoder41

User info
User name:blackcoder41
Location:Philippines
Website:http://www.youtube.com/blackcoder41/
Bio:I'm a programmer wannabe and I love egg pie!!
Statistical data
Gender:Male
Occupation:Student
Skills:PHP
C++
Visual Basic
Java
Javascript
History
Joined:
Number of posts:1374
Latest posts:

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 Buttons
add this on top of your main.cpp [code]#define _WIN32_WINNT 0x0501 #define WINVER 0x0501 #de...

Checkbox in my program
On line 44 of your resource.rc put [code]AUTOCHECKBOX "Checkbox", CheckB, 138, 120, 42, 50[/code] in...