What is microsoft visual c++ 2005 redistributable?
No Answer is Posted For this Question
Be the First to Post Answer
What is the file extension used for C++ class implementation files?
How do I reinstall visual c++ on windows 10?
Explain pointer to the constant and constant pointer? Explain difference between them.
Difference between critical section, mutex and semaphore.
Do I need microsoft visual c++ on my computer?
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.
What is cwinthread class? Explain its advantages.
Which steps are required to add a column to a list view?
How to declare more than one variable on a single line?
How do you specify which control is the buddy control?
what are the advantages of VC++ design environment
What is cmutex?