Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
it quite literally means the standard library. it comes built in with C++ compilers usually, contains stuff like <string> <iostream> <fstream>, and so on, however external librarys would be a folder containing headers and would look like; #include "Folder/header.h" rather than; #include <SomelibraryBuiltIn> if I am wrong please correct me, thanks!
5th Aug 2016, 11:56 AM
Null Void
Null Void - avatar