大学生社会实践鉴定表:关于c++的问题

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/13 09:11:10
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.