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?
1 Odpowiedź
+ 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.