代码搜索:iostream
找到约 10,000 项符合「iostream」的源代码
代码结果 10,000
www.eeworm.com/read/104775/7071755
iostream
#ifndef ___iostream_h
#define ___iostream_h
class ios
{
public:
int eof();
int fail();
int bad();
int gcount();
int read(char* buffer, int size);
int write(const char* buffer,
www.eeworm.com/read/321827/13396852
iostream
// iostream standard header
#if _MSC_VER > 1000 /*IFSTRIP=IGN*/
#pragma once
#endif
#ifndef _IOSTREAM_
#define _IOSTREAM_
#include
#ifdef _MSC_VER
#pragma pack(push,8)
#e
www.eeworm.com/read/103451/6216144
iostream
/*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use o
www.eeworm.com/read/491761/6434299
iostream
// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __IOSTREAM__
#define __IOSTREAM__
#include
#endif
www.eeworm.com/read/124620/14557274
iostream
// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __IOSTREAM__
#define __IOSTREAM__
#include
#endif
www.eeworm.com/read/10438/186683
iostream
// iostream standard header for Microsoft
#pragma once
#ifndef _IOSTREAM_
#define _IOSTREAM_
#ifndef RC_INVOKED
#include
#pragma pack(push,_CRT_PACKING)
#pragma warning(push,3)
_
www.eeworm.com/read/12867/251187
iostream
// -*- C++ -*-
#ifndef __STD_IOSTREAM__
#define __STD_IOSTREAM__
/***************************************************************************
*
* iostream - iostream declarations
*
******
www.eeworm.com/read/12870/263303
iostream
// -*- C++ -*-
/***************************************************************************
*
* iostream - iostream declarations
*
* $Id: iostream,v 1.1.1.1 2002/01/10 17:38:29 vkorstan Exp $
www.eeworm.com/read/16273/666407
iostream
// iostream standard header
#if _MSC_VER > 1000 /*IFSTRIP=IGN*/
#pragma once
#endif
#ifndef _IOSTREAM_
#define _IOSTREAM_
#include
#ifdef _MSC_VER
#pragma pack(push,8)
#e
www.eeworm.com/read/16910/702094
iostream
// iostream standard header
#if _MSC_VER > 1000
#pragma once
#endif
#ifndef _IOSTREAM_
#define _IOSTREAM_
#include
#ifdef _MSC_VER
#pragma pack(push,8)
#endif /* _MSC_VE