TO start the build process in Developer Studio Which
keyboard function is used ?
Answers were Sorted based on User's Feedback
What is visual c++ runtime error?
What function is used to trap all mouse messages?
Where can I find microsoft visual c++?
What is a copy constructor? What is the need for it?
How will slove problem comes wirh Hybrid Inheritance?
What is visual c++ redistributable?
What is the use of message map? Advantages of a message map.
What is the use of DDV and DDX routines ?
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
Name some examples of the different types of windows found in a Windows application?
What is difference between c++ and visual c++?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.