Results 1 to 4 of 4

Thread: C and C++

  1. #1

    Thread Starter
    Banned
    Join Date
    Mar 2011
    Location
    USA
    Posts
    1

    C and C++

    Hello guys....!
    What is the difference between C and C++....? Your suggestions will be highly appreciated...Thanks in advance...!

  2. #2
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: C and C++

    In short, C++ is a form of C that allows object oriented programming and C++ has a larger standard library.
    There are some other smaller differences, but these are the most significant ones.
    Delete it. They just clutter threads anyway.

  3. #3

  4. #4
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: C and C++

    Another difference (in coding):

    Code:
    C              C++         Use
    
    printf()       cout         To print the output
    scanf()        cin          To read the input

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width