what is the updated verssion in vc++
Answers were Sorted based on User's Feedback
Answer / rahul
Visual C++ 2010 (known also as Visual C++ 10.0) was released
on April 12, 2010, and it is currently the latest stable
release.
courtesy: www.Wikipedia.org
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the difference between workrer thread and UI thread
1) Enable or disable a Cancel button at run time?
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
Have you ever used win32 APIs ?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
1)how to Display the File Dialog Box, in MFC ?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
How to find the mouse entering an image?..while entering need to display next image...
how many types of messages are their