1. 首页
  2. 数据库
  3. 其它
  4. scnlib:现代C ++的scanf 源码

scnlib:现代C ++的scanf 源码

上传者: 2021-02-01 22:19:49上传 ZIP文件 229.4KB 热度 14次
scnlib # include < scn> # include < cstdio> int main () { int i; // Read an integer from stdin // with an accompanying message scn::prompt ( " What's your favorite number? " , " {} " , i); printf ( " Oh, cool, %d! " , i); } // Example result: // What's your favorite numbe
下载地址
用户评论