User:Thekaleb/C++: Difference between revisions
Appearance
Content deleted Content added
m ←Created page with '==C++== ===Built In=== ====Preprocessor Directives==== * #include ====Variable Types==== *int *float *double *char *void *const ===Standard C++ Library=== ====<io...' |
|||
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
- Private
- Public
Standard C++ Library
<iostream>
- cin
- cout
- precision()
- ws