Welcome to Dream.In.Code
Become a C++ Expert!

Join 137,402 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 2,117 people online right now. Registration is fast and FREE... Join Now!




What is the difference bet c++ and vc++?

 
Reply to this topicStart new topic

What is the difference bet c++ and vc++?

brainy_creature
23 Sep, 2006 - 02:25 AM
Post #1

D.I.C Head
**

Joined: 7 Aug, 2006
Posts: 174



Thanked: 1 times
My Contributions
what is the difference bet c++ and vc++?
User is offlineProfile CardPM
+Quote Post

DeeViLiSh
RE: What Is The Difference Bet C++ And Vc++?
23 Sep, 2006 - 03:01 AM
Post #2

D.I.C Head
Group Icon

Joined: 25 Jul, 2006
Posts: 175



Thanked: 1 times
Dream Kudos: 575
My Contributions
C++:
QUOTE
C++ (generally pronounced /si plʌs plʌs/) is a general-purpose, high-level programming language with low-level facilities. It is a statically-typed free-form multi-paradigm language supporting procedural programming, data abstraction, object-oriented programming, and generic programming. Since the 1990s, C++ has been one of the most popular commercial programming languages.

Bjarne Stroustrup developed C++ (originally named "C with Classes") in 1983 at Bell Labs as an enhancement to the C programming language. Enhancements started with the addition of classes, followed by, among other features, virtual functions, operator overloading, multiple inheritance, templates, and exception handling. The C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998, the current version of which is the 2003 version, ISO/IEC 14882:2003. A new version of the standard (known informally as C++0x) is being developed.


Visual C++:
QUOTE
Microsoft Visual C++ (also known as MSVC) is an Integrated development environment (IDE) product for the C, C++, and C++/CLI programming languages engineered by Microsoft. It has tools for developing and debugging C++ code, especially that written for the Microsoft Windows API, the DirectX API, and the Microsoft .NET Framework.


Sources : Wikipedia

C++ is the language, MSVC is a IDE.
User is offlineProfile CardPM
+Quote Post

born2c0de
RE: What Is The Difference Bet C++ And Vc++?
23 Sep, 2006 - 07:15 AM
Post #3

printf("I'm a %XR",195936478);
Group Icon

Joined: 26 Nov, 2004
Posts: 3,935



Thanked: 34 times
Dream Kudos: 2800
Expert In: 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

My Contributions
Neat...Didn't know there is a C++0x in the Making...
Just wondering if 0x was added because of Hex notation or something...
User is offlineProfile CardPM
+Quote Post

Xing
RE: What Is The Difference Bet C++ And Vc++?
23 Sep, 2006 - 07:41 AM
Post #4

D.I.C Addict
Group Icon

Joined: 22 Jul, 2006
Posts: 723



Thanked: 2 times
Dream Kudos: 1575
My Contributions
QUOTE(born2c0de @ 23 Sep, 2006 - 08:45 PM) *
Just wondering if 0x was added because of Hex notation or something...


0x simply signifies that new standard will come before 2010. IIRC then official release date is somewhere around last quarter of 2009.
User is offlineProfile CardPM
+Quote Post

rahulbatra
RE: What Is The Difference Bet C++ And Vc++?
23 Sep, 2006 - 12:40 PM
Post #5

D.I.C Head
Group Icon

Joined: 28 Dec, 2005
Posts: 162


Dream Kudos: 275
My Contributions
There is a beautiful introduction to C++0x by Bjarne Stroustrup himself - A Brief Look at C++0x.
User is offlineProfile CardPM
+Quote Post

born2c0de
RE: What Is The Difference Bet C++ And Vc++?
24 Sep, 2006 - 12:30 AM
Post #6

printf("I'm a %XR",195936478);
Group Icon

Joined: 26 Nov, 2004
Posts: 3,935



Thanked: 34 times
Dream Kudos: 2800
Expert In: 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

My Contributions
Rahul, Thanks for the link.
User is offlineProfile CardPM
+Quote Post

DeeViLiSh
RE: What Is The Difference Bet C++ And Vc++?
24 Sep, 2006 - 02:51 AM
Post #7

D.I.C Head
Group Icon

Joined: 25 Jul, 2006
Posts: 175



Thanked: 1 times
Dream Kudos: 575
My Contributions
How cool, a C++ update, it's going to be pretty sweet although I have a long way to go before acquiring the OOP and such
User is offlineProfile CardPM
+Quote Post

pavan.tn
RE: What Is The Difference Bet C++ And Vc++?
7 Jun, 2007 - 06:41 PM
Post #8

New D.I.C Head
*

Joined: 7 Jun, 2007
Posts: 1


My Contributions
QUOTE(brainy_creature @ 23 Sep, 2006 - 03:25 AM) *

thanks for the link



This post has been edited by pavan.tn: 7 Jun, 2007 - 06:46 PM
User is offlineProfile CardPM
+Quote Post

NickDMax
RE: What Is The Difference Bet C++ And Vc++?
7 Jun, 2007 - 07:30 PM
Post #9

2B||!2B
Group Icon

Joined: 18 Feb, 2007
Posts: 2,859



Thanked: 51 times
Dream Kudos: 550
My Contributions
ONE may note that the differences between C++ proper and MS VC++ go a little beyond just the use of an IDE.

Microsoft's compiler comes with a host of libraries that do not come with other compilers. Microsoft has the MFC (Microsoft Foundation Class) and the newer versions come with CLI (Common Language Infrastructure) which allows for managed C++. CLI has a greater memory management capability than C++ has by default and allows for the creation of .Net oriented applications.

MS VC++ implements the C and C++ language, but they also ships with additional libraries. Borland Builder does as well. Most of the free C++ compilers do not, but there are 3rd party libraries such as Boost and QT that are commonly found used in conjunction with these compilers. Many compilers are able to make use MFC and other windows based libraries.
User is offlineProfile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/5/08 03:12AM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month