FAQ Difference between C, C++ and C# [Archive] - C Board

PDA

View Full Version : FAQ Difference between C, C++ and C#


GTO
11-15-2001, 10:55 PM
Hi I never programmed before but I would like to learn....

What is the difference between

C# / C / C++ ?

SilentStrike
11-16-2001, 01:49 AM
C - the basis for C++. It was written in the 70s.

C++ - a "better C" (Stroustrop, guy who made it). It is an extension of C. All good C programs are also C++ programs, but the reverse is not true. Contains elements that generally make large scale programming easier.

C# - not directly related to C or C++, as a C or C++ program is not a C# program. A very new langauge, much more closely related to Java than C or C++.

I'd recommend starting with a beginner's C++ book, but many will suggest learning C first.

Unregistered
11-16-2001, 01:53 AM
Stroustrop would recommend _not_ learning C first before C++, actually. And so would I ^_^

Fordy
11-16-2001, 03:32 AM
Hmm... FAQ board me thinx.............