What dose C# offer over C++? [Archive] - C Board

PDA

View Full Version : What dose C# offer over C++?


Eber Kain
11-07-2001, 12:17 AM
Well, What can you do with C# that you cant do with C++?

nvoigt
11-07-2001, 01:51 AM
RAD with UNICODE support, a great class library, memory management, true OOP if you like it...

greenRoom
11-07-2001, 02:16 AM
does c# support monitors? i.e. something similar to the java keyword "synchronized"?

nvoigt
11-07-2001, 03:27 AM
Well, I'm pretty sure C# supports Mutexes and Critical Sections and all the stuff that we had in C++... I don't know if they put it into a keyword for simplicity though...

greenRoom
11-07-2001, 04:10 AM
Originally posted by nvoigt
Well, I'm pretty sure C# supports Mutexes and Critical Sections and all the stuff that we had in C++... I don't know if they put it into a keyword for simplicity though...

Yeah that's what I meant, a keyword (actually built inside the language, without having to introduce some of your own assembly code). NV, I think I'm gonna take the next few days off and check out all your C# links (thanks for getting that together by the way).

Eber Kain
11-07-2001, 10:50 AM
RAD as borland explained it is "Rapid Application Development" And thats more of a software design, and not really anything from the launguage.

Whats UNICODE?

quzah
11-07-2001, 06:48 PM
http://www.unicode.org/

Click the big shiny link that says "What is Unicode?".

Quzah.

Troll_King
11-07-2001, 08:11 PM
.

sean
11-27-2001, 05:15 PM
To answer your original question...