[go: nahoru, domu]

Jump to content

User:Thekaleb/C++

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Thekaleb (talk | contribs) at 19:43, 4 October 2007. The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

C++

Built In

[edit]

Preprocessor Directives

[edit]
  • #include
  • #define

Variable Types

[edit]
  • int
  • float
  • double
  • char
  • void
  • const

Operators

[edit]

(in order of precedence)

  • (…)
  • *
  • /
  • %
  • +
  • -

Keywords

[edit]
  • Class
    1. Private
    2. Public
  • New

Other

[edit]
  • //
  • /*…*/
  • cin
  • cout
  • precision()
  • ws

<iomanip>

[edit]

<string>

[edit]