+ 1
I can't use #include<manip.h> in c++. Why?
2 Answers
+ 4
#include <iomanip> will do.
No file extension needed for including a header in C++ except if it was a custom header you wrote, or headers that came with other library (not standard).
0
Because it's iomanip.h not manip.h