Loading

摘要: 字符串操作 字符串到数值类型的转换 字符检查 函数原型 strcpy(char destination[], const char source[]); 功能:将字符串source拷贝到字符串destination中 例程: c include include void main(void) { c 阅读全文
posted @ 2019-08-03 23:50 F(x)_King 阅读(450) 评论(0) 推荐(0) 编辑
摘要: ```c++ TARTUPINFO StartupInfo;//创建进程所需的信息结构变量 PROCESS_INFORMATION ProcessInfo; GetStartupInfo(&StartupInfo); StartupInfo.lpReserved=NULL; StartupInfo.lpDesktop=NULL; StartupInf... 阅读全文
posted @ 2019-08-03 23:08 F(x)_King 阅读(1053) 评论(0) 推荐(0) 编辑