海陆空三军迷彩图片:关于c++的问题

来源:百度文库 编辑:神马品牌网 时间:2024/04/29 03:46:31
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.