how many header dose sololearn have in c++ and what are they | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how many header dose sololearn have in c++ and what are they

I was wondering because im on my school computer and i this is the only website where in can code in c++ and i want to know what header i can use. and is a header the same as a library

2nd Oct 2018, 11:49 PM
Achak Dut
Achak Dut - avatar
1 Answer
+ 1
Sololearn supports pretty much all of the headers from the standard C++ library, which are a bit too many to listen them all here, I'll provide a link to a reference instead so you can see for yourself: http://www.cplusplus.com/reference/ Apart from these, you are fairly limited in what you can do. Graphics are not supported, and you are unable to use your own header files due to the coding in only one file, also you are only able to ask for user input once, at the start of the program. But for most console programs, the playground will still suffice. As to the difference between a header and a library, I'll once again provide a link instead: https://www.geeksforgeeks.org/difference-header-file-library/
3rd Oct 2018, 1:29 AM
Shadow
Shadow - avatar