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
1785
October 28, 2010 09:57PM
1501
January 05, 2011 11:50AM
Re: is c++ more difficult than c?
1015
January 25, 2011 05:47PM
832
March 21, 2011 11:03PM
1484
January 22, 2011 11:15PM
932
March 25, 2011 04:25PM
907
May 28, 2011 06:38AM
1015
January 29, 2011 01:14PM
953
March 27, 2011 03:24AM
1029
March 27, 2011 03:15AM
993
April 09, 2011 08:40AM
886
April 14, 2011 07:40AM
1001
June 03, 2011 04:42AM
1036
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.