Advantages of C++ over C#

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2008
Posts: 49
Reputation: gsingh2011 is an unknown quantity at this point 
Solved Threads: 0
gsingh2011 gsingh2011 is offline Offline
Light Poster

Advantages of C++ over C#

 
0
  #1
Jan 26th, 2009
Hi, what are the advantages of C++ over C#? I have a little bit of knowledge in both of them, but I am going to choose which one to dedicate most of my time to.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 7
Reputation: mtucker6784 is an unknown quantity at this point 
Solved Threads: 0
mtucker6784 mtucker6784 is offline Offline
Newbie Poster

Re: Advantages of C++ over C#

 
0
  #2
Jan 26th, 2009
I don't know a lot about differences, but, I have read that C# accrues more overhead on applications because it's not truly compiled into machine code language (Java acts the same way.) So I think it's more cross-platform friendly, but at the price of performance. That's all I really know about it though.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 2,052
Reputation: Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice 
Solved Threads: 139
Team Colleague
Rashakil Fol's Avatar
Rashakil Fol Rashakil Fol is offline Offline
Super Senior Demiposter

Re: Advantages of C++ over C#

 
1
  #3
Jan 26th, 2009
C++ has a more flexible template system that can do things (like take template classes as template parameters) that C#'s generics system just can't do.

Its use of RAII is nice, too.

It has a bunch of good libraries, like boost, and you can more easily write cross-platform applications with it.

Also, you can use multiple inheritance, which helps get around a few holes in the type system.
Last edited by Rashakil Fol; Jan 26th, 2009 at 11:45 pm.
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 14
Reputation: d0pedup is an unknown quantity at this point 
Solved Threads: 0
d0pedup d0pedup is offline Offline
Newbie Poster

Re: Advantages of C++ over C#

 
0
  #4
Jan 27th, 2009
C++ meta programming That's just my opinion, by the way. I have no clue if C# has it, the extent to which it is supported, etc .
Last edited by d0pedup; Jan 27th, 2009 at 11:58 am.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC