+ 1

I can't use #include<manip.h> in c++. Why?

30th Jul 2020, 3:55 AM
Harihara Sudhan R
Harihara Sudhan R - avatar
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).
30th Jul 2020, 4:48 AM
Ipang
0
Because it's iomanip.h not manip.h
30th Jul 2020, 4:10 AM
Lakshay Mittal
Lakshay Mittal - avatar