English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to know what is the difference between them .

2006-12-28 00:07:48 · 5 answers · asked by a4adidas 1 in Computers & Internet Programming & Design

5 answers

C is the original language, C++ is "C oriented on object programming" (to make it short), Visual C++ is pure C++ but it eases creating visual applications and C# is Microsoft's version of Sun's Java programming language.

2006-12-28 00:19:31 · answer #1 · answered by agent-X 6 · 0 0

C is an old programming language that stands as the foundation for much systems programming, both in the old days, as well as currently. C is somewhat archaic though, and there was a need for it to become more object oriented, and thus, C++ was developed. C++ extended the C language, and provided many useful tools to the programmer. Microsoft came along and developed Visual C++, which is basically an IDE which allows you to program in C++, but also provides you with a GUI to be able to easily manage your programming and add features to your code. Finally, C# is part of the .NET generation of languages, which are compiled into an intermediate language. This language has similarities to both C++ and Java. One of the benefits of the .NET platform is that you can mix/match code, as it all compiles to the intermediate language.

2006-12-28 11:48:29 · answer #2 · answered by nogoodaddress 5 · 0 0

There is quite a diffrence, but to try to explaine it to you and others there simply would not be enough room here as well as most likely no one would read it all. So, I would have wasted my time unless a few were really intrested in it.

This is a link below for you as well as others to find out more about C, C++. Visual C++ and C#

http://cplus.about.com/

Hope this helps

2006-12-28 09:06:11 · answer #3 · answered by TEX 3 · 0 0

There is no basic difference between these languages. The higher the version you go, more facilities you get and less hard work to do.

2006-12-28 08:33:57 · answer #4 · answered by Dhiman B 2 · 0 0

The little symbols after the C.

2006-12-28 08:09:55 · answer #5 · answered by BILL 6 · 0 0

fedest.com, questions and answers