C¿Í C++°ü·Ã

HomePage Backward Forward Post Reply List
Delete Modify
  Á¦¸ñ   C++ Input/Output 1998/04/28 (11:27)
À̸§ ±èÈ¿¿ø
¹øÈ£ 2
Á¶È¸ 657
º»¹® Stream manupulator
 dec
 hex
 oct
 endl : \n »ðÀÔ, delete stream
 flush : delete output stream
 ends : insert null character
 setbase(int n)
 resetiosflags(long f) : delete format
 setiosflags(long f)
 setfill(int n)
 setprecision(int n) : nÀ¸·Î ºÎµ¿¼Ò¼öÁ¡ À¯È¿ÀÚ¸®
 setw(int n) : nÀ¸·Î field Æø (ÇÑÁÙ¿¡ ¿©·¯°³ °¡´É)
 width(int n) : n À¸·Î Æø

resetiosflags()¿Í setiosflagsÀÇ flag number
 ios::left  : setw()Æø ¾È¿¡¼­ ÁÂÃø Á¤·Ä
 ios::right
 ios::scientific : °úÇпë Ç¥±â
 ios::dec (hex, oct)
 ios::uppercase (1.32e+03ÀÌ ¾Æ´Ñ 1.32E+03)
 ios::showbase : baseÁ¢µÎ ¹®ÀÚ, 0x, o (16,8Áø¼ö)
 ios::showpos  : ¾ç¼öÀÇ '+' Ãâ·Â
 ios::showpoint : Á¤È®µµ¸¦ À§ÇØ ³¡¿¡ 0Ç¥½Ã

HomePage Backward Forward Post Reply List
1998 by swindler