Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to implement flags?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we learn c++?

917


Explain polymorphism?

1038


What are the differences between java and c++?

1018


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

1170


What is c++ namespace?

1158


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

1070


Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

3796


What is c++ w3school?

1064


What are punctuators in c++?

1101


How do c++ struct differs from the c++ class?

1136


Write about the use of the virtual destructor?

970


Can I make ios apps with c++?

996


Write a recursive program to calculate factorial in c++.

1032


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

2962


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

1006