Do you need microsoft visual c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is cmutex?
Name the three types of loops used in C++ programs?
How to declare more than one variable on a single line?
what is the difference between the codes written in the document class and view class
How do you define a function in vc++?
Name the three attributes of a pen?
Explain the significance of initapplication() in vc++.
What is odbc in vc ++?
What is microsoft visual c++ 2017 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.
Explain the advantages of cwinthread class.
Is visual c++ the same as c++?