What is iunknown? Explain some of commonly used methods provided by iunknown.
No Answer is Posted For this Question
Be the First to Post Answer
Is visual c++ the same as c++?
What is a mnemonic?
How to declare more than one variable on a single line?
What are the advantages of a message map
How do you specify which control is the buddy control?
hello sir i need movie editing and mixing software .where it is available and what is the site address
Do I need the microsoft visual c++?
How do I get rid of microsoft visual c++ runtime library error?
What is the difference between the cout and cin iostream objects?
What is the use of microsoft visual c++ 2015 redistributable?
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.
Name the three types of loops used in C++ programs?