开发工具:
文件大小: 4kb
下载次数: 0
上传时间: 2011-11-28
详细说明: simpio.h 已测 /* * File: simpio.h * -------------- * This interface provides access to a simpio package of * functions that simplify the reading of input data. */ #ifndef _simpio_h #define _simpio_h #include "genlib.h" /* * Function: GetInteger * Usage: i=GetInteger(); * ---------------------- * GetInteger reads a line of text from standard imput and scans * it as an integer.The integer value is returned.If an * integer cannot be scanned or if more characters follow the * number,the user is give n a chance to retry. */ int GetInteger(void); /* * Function: GetLong * Usage: l=GetLong(); * ------------------ * GetLong reads a line of text from standard input and scans * it as a long integer. The value is returned as a long. * If an integer cannot be scanned or if more characters follow * the number,the user is given a chance to retry. */ long GetLong(void); /* * Function: GetReal * Usage: x=GetReal(); * ------------------- * GetReal reads a line of text from standard input and scans * it as a double.If the number cannot be scanned or if extra * characters follow after the number ends, the user is given * a chance to reenter the value. */ double GetReal(void); /* * Function: GetLine * Usage: s=GetLine(); * ------------------- * GetLine reads a line of text from standard input and returns * the line as a string. The newline character that terminates * the input is not stored as part of the string. */ string GetLine(void); /* * Function: ReadLine * Usage: s=ReadLine(infile); * -------------------------- * ReadLine reads a line of text from the input file and * return the line as a string.The newline character * that terminates the input is not stored as part of the * string.The ReadLine function returns NULL if infile * is at the end-of-file position. */ string ReadLine(FILE *infile); #endif ...展开收缩
(系统自动生成,下载前可以参看下载内容)
下载文件列表
相关说明
- 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
- 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。
- 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
- 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
- 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
- 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.