代码搜索:Manipulators

找到约 232 项符合「Manipulators」的源代码

代码结果 232
www.eeworm.com/read/202486/15381938

cpp exg01.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example G.1 on page 402 // Using output manipulators #include using namespace std;
www.eeworm.com/read/110993/15520679

cpp stream2.cpp

//: C02:Stream2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // More streams features #in
www.eeworm.com/read/127383/6006509

h ios.h

# ifdef _STLP_BROKEN_USING_DIRECTIVE using namespace _STLP_NEW_IO_NAMESPACE; # else using _STLP_NEW_IO_NAMESPACE::ios; using _STLP_NEW_IO_NAMESPACE::streamoff; using _STLP_NEW_IO_NAMESPACE::streams
www.eeworm.com/read/113559/6127497

h ios.h

# ifdef _STLP_BROKEN_USING_DIRECTIVE using namespace _STLP_NEW_IO_NAMESPACE; # else using _STLP_NEW_IO_NAMESPACE::ios; using _STLP_NEW_IO_NAMESPACE::streamoff; using _STLP_NEW_IO_NAMESPACE::streams
www.eeworm.com/read/113558/6127618

h ios.h

# ifdef _STLP_BROKEN_USING_DIRECTIVE using namespace _STLP_NEW_IO_NAMESPACE; # else using _STLP_NEW_IO_NAMESPACE::ios; using _STLP_NEW_IO_NAMESPACE::streamoff; using _STLP_NEW_IO_NAMESPACE::streams
www.eeworm.com/read/229812/4752028

gml manip_.gml

:CLFNM.manipulator :CMT.======================================================================== :LIBF fmt='hdrmnp'.Manipulators :HFILE.iostream.h and iomanip.h :CLSS Manipulators are designed to
www.eeworm.com/read/139332/5802712

hpp group.hpp

// ---------------------------------------------------------------------------- // group.hpp : encapsulates a group of manipulators along with an argument // ----------------------------------------
www.eeworm.com/read/482889/1285333

hpp group.hpp

// ---------------------------------------------------------------------------- // group.hpp : encapsulates a group of manipulators along with an argument // -------------------------------------
www.eeworm.com/read/435150/7796666

cpp prog2_01a.cpp

// Program 2.1A - Producing neat output #include // For output to the screen #include // For manipulators u