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


User profile: webJose

User info
User name:webJose
Name:Jose Ramirez
Location:San José, Costa Rica
Bio:Studied Chemical Engineering, but became passionate about programming along the way. Now it is all I do.
History
Joined:
Number of posts:2121
Latest posts:

C++ for Android?
http://developer.android.com/sdk/index.html Mostly Java, but you can use C++ if your application re...

Write a C++ program that uses an array determine and display the prime numbers between 2 and n
Clearly the homework is above the OP's level. @kyky365: What happened? Skipped classes? Didn't s...

IS THERE A FUNCTION FOR CONVERTING A STRING TO UPPERCASE
toupper(): http://www.cplusplus.com/reference/clibrary/cctype/toupper/ It works in a per-character...

ShellExecute problem
Are you getting a handle error? What is the return value of ShellExecute()? What is the data type ...

WM_CTLCOLORSTATIC for child controls
Only the parent window receives the notification. That is no secret as stated in MSDN. You can alw...