click below
click below
Normal Size Small Size show me how
C++
STUDY stuff
Term | Definition |
---|---|
Comments | for the reader not the compiler |
Preprocessor Directives | operations that are provided |
iostream | input/output stream |
iomanip | formatting output |
cmath | built in math formulas |
string | using/manipulating strings |
using namespace std | use standard library |
cout | << |
cin | >> |
endl | move cursor to next line |