尝试了一下运行C/C++程序,觉得最好还是记下来吧,毕竟也算是从不知到已知呢么。 我用sublime写了2个程序,test.c和test.cpp,分别是C程序和C++程序 step1:编译: #gcc test.c -o test 这样就会生成一个名位test的执行文件,如果命令直接写 gcc te Read More
posted @ 2015-12-13 15:10 料峭 Views(811) Comments(0) Diggs(0) Edit