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
2095
October 28, 2010 09:57PM
1914
January 05, 2011 11:50AM
Re: is c++ more difficult than c?
1162
January 25, 2011 05:47PM
1006
March 21, 2011 11:03PM
1869
January 22, 2011 11:15PM
1344
March 25, 2011 04:25PM
1339
May 28, 2011 06:38AM
1515
January 29, 2011 01:14PM
1148
March 27, 2011 03:24AM
1502
March 27, 2011 03:15AM
1150
April 09, 2011 08:40AM
1041
April 14, 2011 07:40AM
1159
June 03, 2011 04:42AM
1053
July 02, 2011 03:01AM
1186
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.