What is visual c++ used for?
No Answer is Posted For this Question
Be the First to Post Answer
What keyboard editor command is used for Undo?
What are the advantages of a message map
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 splitter window in vc++?
Name the function is used to transfer bitmaps to an output device?
What is vcredist_x86 exe?
How do I create an mfc application in vc++?
Do you need microsoft visual c++?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
What is ole? How do you handle drag and drop in ole?
Where can I find microsoft visual c++?
Is visual c++ a compiler?