+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2009
    Posts
    39
    Points
    408,777.00
    Rep Power
    198

    Default Some Meaning of c++

    Will yesterday i went to my local libary and checked out a c++ book. It has seven books in one. And i learned some stuff already and i want to share it with you guys.

    Cout:
    Code:
    The word cout means you want to write to the console.
    <<:
    Code:
    The symbols together ( with no space between them) mean the thing that follows is what you want to wirte.
    <<:
    Code:
    After the << symbole, you tell the computer what you want to write. It can either be a string of letters, symbols, and other characters (all inside quotes), or it can be the worf endl;.
    ~Math~

    +:
    Code:
    Addition ("plus")
    -:
    Code:
    Subtraction ("minus")
    *:
    Code:
    Multiplication ("times")
    /:
    Code:
    Division ("divided by")
    +REP!

  2. #2
    Join Date
    Feb 2008
    Location
    New York
    Posts
    3,114
    Points
    2,880,789.34
    Rep Power
    227

    Default

    the math part is common sence -_-

  3. #3
    Join Date
    Mar 2009
    Posts
    39
    Points
    408,777.00
    Rep Power
    198

    Default

    Quote Originally Posted by Scruffy120 View Post
    the math part is common sence -_-
    no shit dude some people dont now it i bet you dont now it.,..

  4. #4
    Join Date
    Apr 2008
    Posts
    88
    Points
    55,745.00
    Rep Power
    210

    Default

    Quote Originally Posted by Syk0SykEz View Post
    no shit dude some people dont now it i bet you dont now it.,..
    Only people who don't know are people who haven't taken any maths.

    Promote Free Software!

  5. #5
    Join Date
    Mar 2009
    Posts
    39
    Points
    408,777.00
    Rep Power
    198

    Default

    Quote Originally Posted by NOFX View Post
    Only people who don't know are people who haven't taken any maths.
    I just got pwnd by NOFX :WooT:

  6. #6
    Join Date
    Jun 2008
    Posts
    30
    Points
    65,053.00
    Rep Power
    208

    Default

    Quote Originally Posted by Syk0SykEz View Post
    I just got pwnd by NOFX :WooT:

    idiot......

  7. #7
    Join Date
    Feb 2008
    Location
    New York
    Posts
    3,114
    Points
    2,880,789.34
    Rep Power
    227

    Default

    Quote Originally Posted by Syk0SykEz View Post
    no shit dude some people dont now it i bet you dont now it.,..
    ik how to use those math signs, not in c++ but in math class, the others i havent a clue

  8. #8
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    4,027,722.25
    Rep Power
    221

    Default

    You forgot modulus division =[ %!


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

+ Reply to Thread

Posting Permissions

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