WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++



WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++..

Answer / rdl

VC++ uses all C++ features.VC++ has GUI and it is user
friendly.It has many programming features
likeWin32,MFC,ATL,ActiveX,DLL's etc.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More STL Interview Questions

Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 Answers   Sun Microsystems,


i want a road rash 3d game code if some one know please help me

1 Answers  


wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value

1 Answers  


Why should a c++ programmer be interested in stl?

0 Answers  


i wanted to know about questions about c,c++ , which is required for placements.... im a fresher

0 Answers   NDS,






#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?

12 Answers   Wipro,


totoo po ba ang manga aliens!

0 Answers  


What does stl stand for in basketball?

0 Answers  


what is strcture i++ i ++i answer to this i=5 what is the out put

6 Answers  


Is string part of stl?

0 Answers  


write a program that input four digit no and finds it is palindrome or not

2 Answers  


Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

21 Answers   ABC, Sun Microsystems,


Categories