Programming Reference/Librarys
Question & Answer
Q&A is closed
This is an old revision of the document!
C + + is a programming language standardized by the ISO. It was developed in 1979 by Bjarne Stroustrup at AT & T as an extension to the C programming language.
Basics
| Description | |
|---|---|
| Variables | The means of data storage to the RAM (not files) |
| Functions | Bodies that do a certain task |
C Library
| Library | Description |
|---|---|
| cassert Overview | assertion |
| cctype | character classification |
| cmath | mathematical functions |
| Constants in C++ | constants |
| ctime | time |
Input/Output
| Library | Description |
|---|---|
| iostream | Header that defines the standard input/output stream objects |
| fstream | Header that defines the standard input/output stream objects of files |
Macros
| Name | Use |
|---|---|
| define | Used for creating shorter code by making constants |
we need some support to add the missing libraries