Every C++ program needs certain libraries to function. Libraries are included at the beginning of the program using the #include directive.
The library, for example, allows the program to handle input and output operations, such as printing text to the console with std::cout.
Comments