Closed Thread
Results 1 to 3 of 3

Thread: In lay man's terms what is c and C ++

  1. #1
    littlefranciscan Guest

    Question In lay man's terms what is c and C ++

    What is C and C++? I know this is a quite easy answer for programmers..but for a layman..without too many complicated terms..what are they?

    Can someone just study some instructions and learn these terms and utilize them?

  2. CODECALL Circuit advertisement

     
  3. #2
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Quote Originally Posted by littlefranciscan View Post
    What is C and C++? I know this is a quite easy answer for programmers..but for a layman..without too many complicated terms..what are they?

    Can someone just study some instructions and learn these terms and utilize them?
    Umm well these are programming languages that will enable you to create customized software

    If this is what you asked..

  4. #3
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    C and C++ are programming languages that were created at bell labs for writing software, such as the UNIX OS. C is a structured language with a fairly terse syntax, but not significantly different in feel from Pascal, QBasic, and Fortran. It's major limitation is that it has no native support for perform graphics work.

    C++ was designed to be an improvement on C, adding Object Oriented programming techniques/methods to the language. As it stands now, a C and C++ program that do the same thing will tend to appear rather different. Most C programs are also valid C++ programs, but the reverse is rarely true.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Do any of you know these terms? They sound like Gibberish to me.
    By GershiBelshi in forum General Programming
    Replies: 0
    Last Post: 08-03-2010, 07:16 AM
  2. Need help with some basic terms
    By TheFirst in forum C and C++
    Replies: 4
    Last Post: 01-16-2010, 10:59 PM
  3. Gmail Terms of Service
    By ged25 in forum Technology Ramble
    Replies: 4
    Last Post: 01-15-2010, 06:57 AM
  4. Poor Man's Self-Extracting Archive
    By dargueta in forum Linux Tutorials, Guides and Tips
    Replies: 8
    Last Post: 09-01-2009, 02:25 PM
  5. Defining Classes In Terms Of Each Other?
    By Raja Sekharan in forum C and C++
    Replies: 2
    Last Post: 03-11-2009, 10:48 AM

Tags for this Thread

Bookmarks

Posting Permissions

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