Explain the significance of initapplication() in vc++.
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of a C++ namespace?
What is persistence?
What is microsoft visual c++ redistributable and do I need it?
What is more efficient to pass as a parameter--a pointer or an object? Why?
Do I need the microsoft 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.
How do I install microsoft visual c++ 2015?
Do I need microsoft visual c++ 2005 redistributable on my computer?
Is visual c++ still used?
Explain some of commonly used methods provided by iunknown.
What is splitter window in vc++?
What is visual c++ used for?