PDA

View Full Version : What's the difference between C++ ad C#?


Fire
04-03-2005, 05:48 PM
Que?

tkups
04-03-2005, 05:49 PM
Is C# normal C or some crazy language I've never heard of? Also: I have no idea.

$1.25
04-03-2005, 05:49 PM
c# has fours +'s

Omicron88
04-03-2005, 05:50 PM
my dad's learning c#. afaik it looks like a watered-down version of visual c++

Pearl Campbell
04-03-2005, 06:46 PM
It has more networking capabilities than C++.

EDIT: It can also utilize MFC much more easily than C++.

mulbikenew!
04-03-2005, 07:30 PM
C# or B flat?

Fire
04-03-2005, 07:34 PM
C# or B flat?
C# and Bb are a minor third apart. Did you mean D flat?

Tasticle
04-03-2005, 07:39 PM
C Sharp is pretty powerful, but basically isn't used at all, by anyone, for anything.

mulbikenew!
04-03-2005, 07:54 PM
C# and Bb are a minor third apart. Did you mean D flat?
:o

zethon
04-04-2005, 12:43 PM
It has more networking capabilities than C++.

EDIT: It can also utilize MFC much more easily than C++.

C# doesn't use MFC. It uses Windows forms, which is different than MFC.

Also, I wouldn't say C# has "more capabilities" than C++. C# is nothing more than Microsoftese for Java. Though, I personally think C# is designed better.

MMM
04-04-2005, 05:24 PM
It also contains less computer language(I mean it is written more like you are writing a paper than coding) IE.is more like Visual basic whi

Omicron88
04-04-2005, 07:49 PM
i <3 VB

Ledifni.Sseldog
04-05-2005, 05:06 PM
C Sharp is pretty powerful, but basically isn't used at all, by anyone, for anything.

That's because it's a brand-new programming language. Give it time.

Ledifni.Sseldog
04-05-2005, 05:08 PM
C# is nothing more than Microsoftese for Java.

No, that's not even slightly true. Its syntax is similar to both Java and C, but neither language is comparable to C#. If anything it's Microsoftese for "Visual Basic made to look more like C."