How you build a project using Developer Studio?
No Answer is Posted For this Question
Be the First to Post Answer
Explain pointer to the constant and constant pointer?
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.
How many time DLLMain gets called?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
What is a transparent image?
How do I change visual code font?
What is difference between c++ and visual c++?
What property is used to indicate that the up-down control is associated with a buddy control?
Is visual c++ still used?
What Is InfoViewer?
Does visual c++ 2017 replace 2015?
Difference between critical section, mutex and semaphore.