Category : C++ Source Code
Archive   : VCCRT1.ZIP
Filename : CININIT.CXX

 
Output of file : CININIT.CXX contained in archive : VCCRT1.ZIP
/***
*cininit.cxx - definitions and initialization for predefined stream cin.
*
* Copyright (c) 1991-1992, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Definitions and initialization of predefined stream cin.
*
*******************************************************************************/
#include
#include
#include
#pragma hdrstop

// put contructors in special MS-specific XIFM segment
#pragma warning(disable:4074) // turn off init_seg warning
#pragma init_seg(compiler)

#if ((!defined(_WINDOWS)) || defined(_QWIN))
istream_withassign cin(new filebuf(0));

static Iostream_init __InitCin(cin);

#endif


  3 Responses to “Category : C++ Source Code
Archive   : VCCRT1.ZIP
Filename : CININIT.CXX

  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/