f78 Writing on an ostream

Contents|Index|Previous|Next

Writing on an ostream

These methods write on an ostream (you may also use the operator <<; see Operators and Default Streams.).

ostream& ostream::put (char c) 
Method 
ostream& ostream::write (string, int length) 
Method 
ostream& ostream::form (const char *format, ...) 
Method 
ostream& ostream::vform (const char format, va_list args)
Method 
0