2019年5月20日

GCC

摘要: GCC -c compile the source code to object code e.g. gcc -o abc.c, the object file abc.o will be generated. GCC -o compile the exe file e.g. gcc -o abc 阅读全文

posted @ 2019-05-20 11:00 荷树栋 阅读(450) 评论(0) 推荐(0)

导航