fopen C++
摘要:
fopen<cstdio>FILE * fopen ( const char * filename, const char * mode );Open fileOpens the file whose name is specified in the parameter filename and associates it with a stream that can be identified in future operations by theFILE pointer returned.The operations that are allowed on the stream 阅读全文
posted @ 2012-12-04 18:47 铁树银花 阅读(1248) 评论(0) 推荐(0)
浙公网安备 33010602011771号