[go: nahoru, domu]

Jump to content

User:Thekaleb/C++: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Thekaleb (talk | contribs)
m Created page with '==C++== ===Built In=== ====Preprocessor Directives==== * #include ====Variable Types==== *int *float *double *char *void *const ===Standard C++ Library=== ====<io...'
 
Thekaleb (talk | contribs)
Line 11: Line 11:


*const
*const

====Other====
*Class
*#Private
*#Public


===Standard C++ Library===
===Standard C++ Library===

Revision as of 19:03, 4 October 2007

C++

Built In

Preprocessor Directives

  • #include

Variable Types

  • int
  • float
  • double
  • char
  • void
  • const

Other

  • Class
    1. Private
    2. Public

Standard C++ Library

<iostream>

  • cin
  • cout
  • precision()
  • ws

<iomanip>

<string>