operator overloading (1) 썸네일형 리스트형 endl of C++ C++ have some manipulators : setw(int w), setprecision (int d), setiosflags (long f) resetiosflags (long f), endl ... the manipulator is just function. Did you know that?? ( I didn't know that.) In my case, I used endl unconsciously. (별생각없이를 적고 싶은데....내일 찾아보자.) cout which it use for display on screen, is object of ostream. cout 이전 1 다음