Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 21:33

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



C++ vs VC++

Discussion on C++ vs VC++ within the C/C++ forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
Zunft's Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 3,185
Received Thanks: 1,317
C++ vs VC++

Hallo zusammen,

ich würde gerne mal anstatt java eine andere Programmiersprache ausprobieren und habe mir hierzu C++ ausgesucht. Nun weiß ich leider nicht welches C++ ich verwenden soll. Das "Originale" oder "Visual C++" ?

Wo liegt der Unterschied zwischen diesen beiden und welches könntet ihr mir empfehlen?
Zunft is offline  
Old 03/08/2014, 16:38   #2
 
tolio's Avatar
 
elite*gold: 2932
The Black Market: 169/1/0
Join Date: Oct 2009
Posts: 6,966
Received Thanks: 1,097

Quote:
C++ is a standardized language. VC++ is a product that more or less implements that standard. You can write portable c++ using vc++, but you can also use Microsoft-only extensions that destroy your portability but enhance your productivity. This is a trade-off. You have to decide what appeals most to you.
Quote:

C++ ("C Plus Plus") is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C programming language and originally named "C with Classes". It was renamed to C++ in 1983.

C++ is widely used in the software industry. Some of its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel, Borland and others.

Microsoft Visual C++ (often abbreviated as MSVC) is a commercial integrated development environment (IDE) product engineered by Microsoft for the C, C++, and C++/CLI programming languages. It has tools for developing and debugging C++ code, especially code written for the Microsoft Windows API, the DirectX API, and the Microsoft .NET Framework.

So the main difference between them is that they are different things. The former is a programming language, while the latter is a commercial integrated development environment (IDE).
Was du nachher nutzt ist dir überlassen. Wenn das eine besser wäre als das andere dann würde es nur noch das eine geben.
tolio is offline  
Old 03/08/2014, 16:57   #3


 
MrSm!th's Avatar
 
elite*gold: 7110
Join Date: Jun 2009
Posts: 28,902
Received Thanks: 25,407
VC(++) ist der Compiler, C++ die Sprache. Visual C++ ist keine Sprache.
Der Compiler mag einige unportable Erweiterungen bieten, das ist bei anderen aber nicht anders.

Hatten wir nun auch schon oft genug hier.
MrSm!th is offline  
Closed Thread




All times are GMT +1. The time now is 21:33.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.