Re: is c++ more difficult than c?
Posted by: Denise Flinchbaugh
Date: January 25, 2011 05:47PM

The language grammar itself is identical since C++ is built on C however there are a few key differences: 1) There is some new syntax as it applies to classes and objects to learn but it is something that will carry across to other object oriented languages, 2)The use of classes and the grammar associated with it is not available in C (although you could build your own - but then why not just use C++), 3) The availability of the Standard Template Library (STL) is not something you will find in C, and 4) C++ is much more strict on type checking.

I'm sure there is more but those are the biggies.

Options: ReplyQuote


Subject
Views
Written By
Posted
1857
October 28, 2010 09:57PM
1655
January 05, 2011 11:50AM
Re: is c++ more difficult than c?
1051
January 25, 2011 05:47PM
875
March 21, 2011 11:03PM
1621
January 22, 2011 11:15PM
974
March 25, 2011 04:25PM
946
May 28, 2011 06:38AM
1068
January 29, 2011 01:14PM
999
March 27, 2011 03:24AM
1072
March 27, 2011 03:15AM
1043
April 09, 2011 08:40AM
938
April 14, 2011 07:40AM
1053
June 03, 2011 04:42AM
1072
September 05, 2011 10:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.