05 2013 档案

摘要:http://www.network-theory.co.uk/docs/gccintro/ 看了这个手册,了解了一些gcc的相关知识,记录一下。 1. gcc -Wall hello.c gcc -Wall -g hello.c // 加入了调试信息,可以用gdb调试。 2. gcc 默认搜索的header file path i... 阅读全文
posted @ 2013-05-24 17:43 devbian 阅读(557) 评论(0) 推荐(1)
摘要:1) linux version: 1. create cpp file, ex: test.cpp #include <QtGui> int main(int argc, char *argv[]) { QApplication app(argc, argv); ... 阅读全文
posted @ 2013-05-23 15:27 devbian 阅读(334) 评论(0) 推荐(0)