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 nClearly 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 UPPERCASEtoupper(): http://www.cplusplus.com/reference/clibrary/cctype/toupper/ It works in a per-character...
ShellExecute problemAre you getting a handle error? What is the return value of ShellExecute()? What is the data type ...
WM_CTLCOLORSTATIC for child controlsOnly the parent window receives the notification. That is no secret as stated in MSDN. You can alw...