the 50something Lexical words of C++?

Discussion in 'C++' started by AidanPaine, Feb 27, 2009.

  1. AidanPaine

    AidanPaine New Member

    Joined:
    Feb 26, 2009
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Security Guard
    Location:
    NY
    What are the fifty something words?
    and why do I have to always keep writing :

    using namespace std;

    I know STD stands for the standard library, but what are the words in the library and what do they do?
    I just fininshed hello world, and I was playing around with the "cout<<" thing, but I think it would be easy for me to have these words as a refference that I could look up, you know and have a general idea of what they mean and/or do.

    And what exactly is an argument?
    And what exactly in these terms is an integer? like 1? 2? 0?
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    argument is something you pass to functions.

    It could be integers / characters / string .....
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice