![]() |
| | #1 |
| Registered User Join Date: Nov 2001
Posts: 4
| Uhh Hi Can someone clearify this? What is the difference between C# / C / C++ ? |
| GTO is offline |
| | #2 |
| geek Join Date: Aug 2001 Location: NJ
Posts: 1,141
| 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.
__________________ Prove you can code in C++ or C# at TopCoder, referrer rrenaud Read my livejournal |
| SilentStrike is offline |
| | #3 |
| Guest
Posts: n/a
| Stroustrop would recommend _not_ learning C first before C++, actually. And so would I ^_^ |
| | #4 |
| &TH of undefined behavior Join Date: Aug 2001
Posts: 5,183
| Hmm... FAQ board me thinx.............
__________________ "If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut." Albert Einstein (1879 - 1955) Board Rules |
| Fordy is offline |
| Thread Tools | |
| Display Modes | |
|