0
Standard library means what?
I am a beginner so I don't know a thing
3 Answers
0
so is it set of functions?
- 1
#include <iostream> This is the standard library. It includes all standard things like cin, cout, if functions and so on.
- 2
No. (as example)For the switch() function you must include the <cstdlib> library. switch is like several if functions.