Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Diffrence between the Language.

Diffrence between the Language.

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tom Mat
    wrote on last edited by
    #1

    Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh:

    T C stefanmihaimogaS Y 4 Replies Last reply
    0
    • T Tom Mat

      Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh:

      T Offline
      T Offline
      toxcct
      wrote on last edited by
      #2

      C is a quite old language, and don't know at all about all the OOP stuff... C++ is OOP however, but as it was build/based upon the C language, it kept much of the functionnalities... so, many beginner confuse both languages.

      1 Reply Last reply
      0
      • T Tom Mat

        Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh:

        C Offline
        C Offline
        Cedric Moonen
        wrote on last edited by
        #3

        I think the big difference reside in how you use the language also. You can use C++ language and still write C code, using the C++ standard doesn't mean that you write C++ code. The way to view C programs is more procedural, which means that you have a sequence of instructions to execute (that can be in separate functions). C++ is more object oriented (if you start with that idea in mind of course, otherwise you can still write procedural programs): it is more an interaction between objects, how they are used and how they interact with each other.

        1 Reply Last reply
        0
        • T Tom Mat

          Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh:

          stefanmihaimogaS Offline
          stefanmihaimogaS Offline
          stefanmihaimoga
          wrote on last edited by
          #4

          http://staff.bath.ac.uk/ensdnj/c_course/handout4/node1.html[^] http://www.jatit.org/lecture-notes/difference-c-c++.htm[^]

          1 Reply Last reply
          0
          • T Tom Mat

            Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh:

            Y Offline
            Y Offline
            YaronNir
            wrote on last edited by
            #5

            keep in mind: C is a procedural language. C++ serves the OO design Ask not what your application can do for you, Ask what you can do for your application

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups