Header problems | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Header problems

I'm having a lot of problem in dealing with header files like <iomanip> , <ctime> and many more. Please can anyone explain where and how to use these libraries and pre-defined functions.

1st Mar 2018, 5:37 PM
Akshat Vira
Akshat Vira - avatar
2 Answers
+ 4
Visit : www.cplusplus.com/reference And here, just browse to the header you have a problem in. Inside the header's webpage, you will find a list of functions with seperate pages each containing their purpose, arguments, return types, exceptions if in any case and an example on how to use them.
1st Mar 2018, 6:07 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 2
@Kinshuk Thanks 😊
1st Mar 2018, 6:09 PM
Akshat Vira
Akshat Vira - avatar