C++
小进515
这个作者很懒,什么都没留下…
展开
-
sscanf的用法
/// /// @file test6.cc /// @author Mrxu /// @date 2018-12-28 11:08:45 /// #include<stdio.h> #include<string.h>#include <iostream>#include<string>using std::c...原创 2018-12-29 17:21:28 · 171 阅读 · 0 评论 -
进程的简单操作
#include<stdio.h>#include<unistd.h>#include<sys/types.h>#include<fcntl.h>int main(int argc,char *argv[]){ if(argc!=2) { printf("argc error!\n"); ...原创 2018-12-29 17:23:42 · 155 阅读 · 0 评论