摘要: #include <direct.h> #include <stdlib.h> #include <stdio.h> #include <string.h>void main( void ) { char buffer[_MAX_PATH]; char split[]="\\"; char file[256];char command[_MAX_PATH]="cmd /c gcc "; /* Get the current working directory: */ if( _getcwd( buffer, 阅读全文
posted @ 2011-04-24 00:08 吕飞 阅读(477) 评论(2) 推荐(0) 编辑