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 |
Under what conditions is multiple inheritance not recommended?
What is the Maximum Size that an Array can hold?
55 Answers Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,
What is the use of data hiding?
What is the difference between while and do while loop? Explain with examples.
How can I learn dev c++ programming?
What is virtual table?
What are the types of container classes?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Distinguish between a # include and #define.
What are class and object in C++?
What C++ libraries are you proficient with?
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,