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 |
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?
What is the use of message map ?
What is the base class for most MFC classes?
What interface must be supported by an ActiveX control?
What is the difference between the ASSERT and VERIFY macros?
What is stack size in win32 program?
How to convert a CString variable to char* or LPTSTR?
What is the difference between the SDI and MDI
Does the application have more than one object? If no, then what is the reason?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
1) Enable or disable a Cancel button at run time?
What is socket?