How to implement flags?
Answers were Sorted based on User's Feedback
Answer / subeetha
C++ defines some format flags for standard input and
output, which can be manipulated with the flags(), setf(),
and unsetf() functions. For example,
cout.setf(ios::left);
| Is This Answer Correct ? | 1 Yes | 0 No |
Does std endl flush?
What is split a string in c++?
Which is better turbo c++ or dev c++?
What are the different types of polymorphism in c++?
What is class invariant?
What is private public protected in c++?
What is stoi in c++?
what is c++
what does the following statement mean? int (*a)[4]
What are features of c++?
What is #include iomanip?
What is an Iterator class?