混沌与秩序2坐骑有什么:关于c++的问题

来源:百度文库 编辑:高校问答 时间:2024/04/24 07:43:56
c++中的gets()如何使用????

功能:Get a line from the stdin stream.
原型:char *gets( char *buffer );
要包含的文件:stdio.h
返回值:Each of these functions returns its argument if successful. A NULL pointer indicates an error or end-of-file condition.