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

Define the terms: field, record, table and database

5 Answers  


what is a template?

2 Answers   Amazon, BITS, IBS, Wipro,


What is a list in c++ stl?

0 Answers  


#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,


Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"

2 Answers  






what's the difference between function overloading and function overiding?

5 Answers  


What is the name of your birth place?

0 Answers  


What is the disadvantage of templates ?

2 Answers   NSN, Symphony,


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

1 Answers   Syntel,


Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


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,


Categories