![]() |
![]()
| ![]() |
![]()
NAMEstd::basic_streambuf::sputc - std::basic_streambuf::sputc Synopsisint_type sputc( char_type ch );
Parametersch - character to write Return value The written character, converted to int_type with
Traits::to_int_type(ch) on
Example// Run this code
Output:a See also sputn invokes xsputn()
|