Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ vs C#

Status
Not open for further replies.

vladibo

Programmer
Sep 14, 2003
161
CA
Hello,

I want to use .NET but I am not sure what language to choose, C++ or C#. Can you please tell me what are the advantges and disadvantages of choosing one or another.

Is garbage collected C++ more efficient than C# or it is the same?

Thank you in advance.

vladi
 
Well I have absolutely zero experience with managed C++ or with C# but what I do know is that both are compiled into an intermediary language so I suppose performance is really down to that language and not the HLL you are using to write you program but I could be wrong.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top