<iomanip.h> does not work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

<iomanip.h> does not work

I tried to include the iomanip library and make some tests on it, but the compiler does not even recognize the iomanip.h library. Someone can say why this happen?

30th Nov 2023, 4:28 PM
Werg Serium
Werg Serium - avatar
1 Answer
+ 7
I'm not familiar with the module but have done some tests in the codespace. #include <iomanip> compiles successfully. Try it without the ".h" and see how you get on.
30th Nov 2023, 5:06 PM
StuartH
StuartH - avatar