• 0

C and C++


Question

3 answers to this question

Recommended Posts

  • 0
On 28/01/2022 at 03:30, Matthew S. said:

There not together to begin with, while yes there is compatibility between there, it's not goin anywhere.

so i should not worry about what i teach my students? I have been teaching them both c and c++ and i thought it is one and the same thing

Link to comment
https://www.neowin.net/forum/topic/1414948-c-and-c/#findComment-598712794
Share on other sites

  • 0

C was the precursor to C++.  Both are very useful languages to know.

C is a procedural language. It does not support objects or classes.  It supports structs which are somewhat similar to classes but not the same.

C++ is an OO (object oriented) language in addition to being procedural.

 

 

Link to comment
https://www.neowin.net/forum/topic/1414948-c-and-c/#findComment-598751595
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.