AlgebraMaster

Modern C++ 创造非凡 . 改变世界

导航

2016年3月18日 #

Linux C Programing - Arguments(2)

摘要: #include #include #include //printf #include //extern char **environ using namespace std; #include #define _GNU_SOURCE #include // THIS PROGRAM CAN ./program --env=HOME // ./program -e HOME ... 阅读全文

posted @ 2016-03-18 14:06 gearslogy 阅读(242) 评论(0) 推荐(0) 编辑

Linux C Programing - Terminal(1)

摘要: #include //getchar() putchar() printf() gets() puts() sprintf() #include //exit() rand () srand() system() free() malloc() //int getchoice (char *greet , char *choices[]); int getchoice (char *gr... 阅读全文

posted @ 2016-03-18 14:04 gearslogy 阅读(232) 评论(0) 推荐(0) 编辑