Jump to content

difference between C and C++

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
9 replies to this topic

#1
sigs

sigs

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
guys wanted to know that whats the difference between C and C++. i know some of the basic ones but would like to know more

#2
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Same here i don't realy know the difference :)

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
C++ is Object Oriented - thats the big thing.

http://staff.bath.ac...out4/node1.html

#4
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Thank you for the information.

#5
moonrise

moonrise

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
that was a helpfull link admin thanks.............

#6
Guest_sandeep_*

Guest_sandeep_*
  • Guests

moonrise said:

that was a helpfull link admin thanks.............

Hi , there are many differences in c and c++ because they are basically 2 different programming languages.
c is a procedure oriented language while c++ is an OOP language.
It is important to remember that c++ is written in c, so anything which is possible to write in c++, is also possible in c. The implementation is difficult and may not be worth it, but sure , it is possible.

#7
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
C is older - I think most people prefer C++ now because of the OOP

#8
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
Yes, object oriented programming the main difference. I don't fully understand OOP, just that it is extremely helpful in many programming scenarios.

#9
kia

kia

    Newbie

  • Members
  • PipPip
  • 24 posts
sory

#10
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
Please don't bump years-old threads, kia!