程序设计教程/技巧
C++的iostream标准库介绍
0 为什么需要iostream
1 iostream: istream 和 ostream
2 fstream: ifstream 和 ofstream
3 strstream: ostrstream 和 istrstream
4 stringstream
5 io_state 输入/输出的状态标志
0 为什么需要iostream
1 iostream: istream 和 ostream
2 fstream: ifstream 和 ofstream
3 strstream: ostrstream 和 istrstream
4 stringstream
5 io_state 输入/输出的状态标志
(2005-12-10) [查看全文]
大多数 C++ 开发人员在他们的代码中都广泛使用了标准模块库 (STL)。如果您是其中的一员,并且正在直接使用即装即用的 STL 和 Visual C++ 6.0,则在内存不足的条件下,您的应用程序就处于崩溃的高度危险的状况下。
(2005-12-08) [查看全文]
使用C语言的一半价值在于使用其标准库函数。
(2005-12-08) [查看全文]
Standard C library 函数概要介绍。
(2005-12-08) [查看全文]
Standard C library 函数概要。
(2005-12-08) [查看全文]
|
gmail.com