Category : Files from Magazines
Archive   : CUJ9410.ZIP
Filename : OSTREAM.H

 
Output of file : OSTREAM.H contained in archive : CUJ9410.ZIP
class ostream : virtual public ios {
public:
ostream(streambuf* sb);
virtual ~ostream();
int opfx();
void osfx();
ostream& operator<<(ostream& (*pf)(ostream&));
ostream& operator<<(ios& (*pf)(ios&));
ostream& operator<<(const char* s);
ostream& operator<<(char c);
ostream& operator<<(unsigned char c);
ostream& operator<<(signed char c);
ostream& operator<<(short n);
ostream& operator<<(unsigned short n);
ostream& operator<<(int n);
ostream& operator<<(unsigned int n);
ostream& operator<<(long n);
ostream& operator<<(unsigned long n);
ostream& operator<<(float f);
ostream& operator<<(double f);
ostream& operator<<(long double f);
ostream& operator<<(void* p);
ostream& operator<<(streambuf& sb);
int put(char c);
ostream& write(const char* s, int n);
ostream& write(const unsigned char* s, int n);
ostream& write(const signed char* s, int n);
ostream& flush();
};



  3 Responses to “Category : Files from Magazines
Archive   : CUJ9410.ZIP
Filename : OSTREAM.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/