Standard library means what? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Standard library means what?

I am a beginner so I don't know a thing

6th Nov 2016, 6:40 PM
Bomte Gapak
Bomte Gapak - avatar
3 Respuestas
0
so is it set of functions?
6th Nov 2016, 6:46 PM
Bomte Gapak
Bomte Gapak - avatar
- 1
#include <iostream> This is the standard library. It includes all standard things like cin, cout, if functions and so on.
6th Nov 2016, 6:46 PM
TheLastCookie
TheLastCookie - avatar
- 2
No. (as example)For the switch() function you must include the <cstdlib> library. switch is like several if functions.
6th Nov 2016, 6:54 PM
TheLastCookie
TheLastCookie - avatar