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 |
Why should you learn c++?
What is the handle class?
Is multimap sorted c++?
What is stl containers in c++?
Is java as fast as c++?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
Is there finally in c++?
What is vector pair in c++?
What do you mean by a template?
How a pointer differs from a reference?
What is a class template in c++?
What is time_t c++?