Search code examples
Custom I/O manipulator in C++ for padding...


c++manipulators

Read More
Can't understand how to make istream manipulator...


c++ioiomanipmanipulators

Read More
Center text in fixed-width field with stream manipulators in C++...


c++stringstringstreamostreammanipulators

Read More
a sleek C++ variadic named test output...


c++outputthread-safetymanipulators

Read More
Writing a custom input manipulator...


c++istreamstreambufmanipulators

Read More
How to create a manipulator that would call a specific function in the next object in the stream?...


c++streammanipulators

Read More
Custom stream manipulator that passes a character to operator overload...


c++operator-overloadingiostreammanipulators

Read More
Parametrized custom stream manipulators - why overload "operator<<"?...


c++iostreammanipulators

Read More
How to print out a decimal number as octal number using setiosflags in C++...


c++manipulators

Read More
why bits sets are decreased after setting flag manipulator?...


c++flagsmanipulators

Read More
How to flush buffer manually?...


c++bufferflagsflushmanipulators

Read More
How to implement custom sticky manipulator that automatically adds separators?...


c++iostreammanipulators

Read More
Overload handling of std::endl?...


c++overloadingiostreammanipulatorsendl

Read More
C++ setiosflags function manipulator - undetermined indentation...


c++indentationcoutmanipulators

Read More
Chaining C++ stream manipulators into single variable...


c++ofstreammanipulators

Read More
How to unsetf ios::fixed without using namespace std...


c++namespacesmanipulators

Read More
Why std::uppercase doesn't work with strings?...


c++manipulators

Read More
Does the output manipulator std::ends add a Null-character to the output buffer?...


c++streammanipulators

Read More
no match for ‘operator<<’ for std::endl after overload...


c++iostreammanipulators

Read More
How to write my own manipulator?...


c++manipulators

Read More
ostream showbase does not show "0x" for zero value...


c++formattingstreammanipulators

Read More
C++ manipulators...


c++manipulators

Read More
How to implement C++ stream manipulator endl correctly?...


c++operator-overloadingmanipulators

Read More
Passing std::left as an argument...


c++iostreamoutputmanipulators

Read More
How do I use a manipulator to format my hex output with padded left zeros...


c++manipulators

Read More
Custom manipulator compiles with Visual C++ but not g++/clang...


c++visual-c++g++clang++manipulators

Read More
Should std::ws raise failbit at end of file?...


c++gccclangiostreammanipulators

Read More
C++ manipulators with parameters...


c++manipulators

Read More
overloading stream manipulator operator...


streamoverloadingstdostreammanipulators

Read More
Making a custom istream manipulator...


c++ioistreammanipulators

Read More
BackNext