Re: is c++ more difficult than c?
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.
Subject
Views
Written By
Posted
1710
October 28, 2010 09:57PM
1344
January 05, 2011 11:50AM
Re: is c++ more difficult than c?
969
January 25, 2011 05:47PM
800
March 21, 2011 11:03PM
1327
January 22, 2011 11:15PM
895
March 25, 2011 04:25PM
972
January 29, 2011 01:14PM
963
March 22, 2011 01:33AM
903
March 27, 2011 03:24AM
991
March 27, 2011 03:15AM
953
April 09, 2011 08:40AM
857
April 11, 2011 11:56PM
851
April 14, 2011 07:40AM
956
June 03, 2011 04:42AM
868
June 17, 2011 05:17AM
880
June 24, 2011 12:09AM
855
July 02, 2011 03:01AM
1002
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.