What is the difference between turbo c++ and visual c++?
No Answer is Posted For this Question
Be the First to Post Answer
How a dll will be sharable by more than one exe?
What is more efficient to pass as a parameter--a pointer or an object? Why?
Can I delete old microsoft visual c++?
What property is used to indicate that the up-down control is associated with a buddy control?
What is microsoft visual c++ 2008 redistributable?
What is the use of DDV and DDX routines ?
What is visual c++ runtime error?
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;}
How do I get rid of microsoft visual c++ runtime library error?
What is cmutex?
how i can design a user interface in vc++ for getting inputs from users