b********n 发帖数: 17 | 1 【 以下文字转载自 PennySaver 讨论区 】
发信人: bearwiscon (bearbear), 信区: PennySaver
标 题: 大家知道ferrore巧克力哪里买最便宜吗?
发信站: BBS 未名空间站 (Tue Apr 20 18:13:04 2010, 美东)
表妹要结婚买的喜糖,谢谢! |
|
g*********s 发帖数: 1782 | 2 一直用FILE*,最近程序有不少IO问题,暂时用ferror catch。
但是看了一下参考资料,似乎只有零和非零的区别。那如何区分具体的错误类型,比如
磁盘满,进程打开文件过多等?查errno似乎也不行。
fstream提供这些信息吗? |
|
x******a 发帖数: 6336 | 3 I got thousands problems on the following piece of code "dumpfile.h" when I
compile under cygwin. it is ok under visual stduio... can anyone help?
Thanks!
#include
#include
#include //ostream_iterator
#include //cerr
#include //std::copy
template
void dump_to_file(const char* filename, const std::vector& v_d){
std::ofstream ofs(filename);
if(!ofs){
std::cerr<<"Unable to open the file to write!n";
return ;... 阅读全帖 |
|
|
w*****t 发帖数: 857 | 5 RA吧,本周2.5,凑20用5噢副。不知道其他的了。 |
|
y*******l 发帖数: 1021 | 6 不知道你在不在我(MA)附近。我有3盒,可以送给你。 |
|
|
y*******l 发帖数: 1021 | 8 本来买的要回国送人的,现在回不去了55555.... |
|
|
|
|
|
f**m 发帖数: 246 | 13 嘿嘿,俺早就告诉quenne了,用不着pronger, maicinnis, demitre, weight, mellanby
和tkachuk他们上,nash, drake, young, ferror一捆人足以。
本来johnson也可以歇了,但考虑整个纪录出来,还是安排出场吧。 |
|
v******n 发帖数: 421 | 14 FPUTS(3) FreeBSD Library Functions Manual FPUTS(
3)
NAME
fputs, puts -- output a line to a stream
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include
int
fputs(const char *str, FILE *stream);
int
puts(const char *str);
DESCRIPTION
The function fputs() writes the string pointed to by str to the stream
pointed to by stream.
The function puts() writes the string str, and a terminating newline
character... 阅读全帖 |
|
v******n 发帖数: 421 | 15 FPUTS(3) FreeBSD Library Functions Manual FPUTS(
3)
NAME
fputs, puts -- output a line to a stream
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include
int
fputs(const char *str, FILE *stream);
int
puts(const char *str);
DESCRIPTION
The function fputs() writes the string pointed to by str to the stream
pointed to by stream.
The function puts() writes the string str, and a terminating newline
character... 阅读全帖 |
|