代码搜索:fstream
找到约 10,000 项符合「fstream」的源代码
代码结果 10,000
www.eeworm.com/read/321827/13397964
cpp fstream.cpp
/***
*fstream.cpp -
*
* Copyright (c) 1991-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Contains the member functions for the fstream class.
*
*****************
www.eeworm.com/read/314528/13564917
txt fstream.txt
ofstream是从内存到硬盘,ifstream是从硬盘到内存,其实所谓的流缓冲就是内存空间;
在C++中,有一个stream这个类,所有的I/O都以这个“流”类为基础的,包括我们要认识的文件I/O,stream这个类有两个重要的运算符:
1、插入器(
www.eeworm.com/read/149098/5703455
cpp fstream.cpp
/***************************************************************************
*
* fstream.cpp - fstream example
* See Class Reference Section
*
*********************************
www.eeworm.com/read/139332/5802453
hpp fstream.hpp
// boost/filesystem/fstream.hpp --------------------------------------------//
// Copyright Beman Dawes 2002.
// Use, modification, and distribution is subject to the Boost Software
// License,
www.eeworm.com/read/131315/5941077
h fstream.h
// This is part of the iostream library, providing input/output for C++.
// Copyright (C) 1991 Per Bothner.
//
// This library is free software; you can redistribute it and/or
// modify it
www.eeworm.com/read/131315/5941155
c fstream.c
// This is part of the iostream library, providing input/output for C++.
// Copyright (C) 1991 Per Bothner.
//
// This library is free software; you can redistribute it and/or
// modify it
www.eeworm.com/read/131171/5947750
3 fstream.3
.TH fstream.cc 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
fstream.cc \-
.SH SYNOPSIS
.br
.PP
.SS Namespaces
.in +1c
.ti -1c
.RI "namespace \fBstd\fR"
.br
.in -1c
www.eeworm.com/read/127383/6006498
h fstream.h
#ifdef _STLP_BROKEN_USING_DIRECTIVE
using namespace _STLP_STD;
#else
using _STLP_NEW_IO_NAMESPACE::basic_filebuf;
using _STLP_NEW_IO_NAMESPACE::filebuf;
using _STLP_NEW_IO_NAMESPACE::basic_ifstream;
u
www.eeworm.com/read/127383/6006517
h fstream.h
using ::streambuf;
using ::ifstream;
using ::ofstream;
using ::fstream;