2014年7月22日

随手写了几行代码2

摘要: #include "stdafx.h"#include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ cout << endl << "关于数组的问题" <<endl; int a[] = {1, 2, 3, 4, ... 阅读全文

posted @ 2014-07-22 00:44 崔好好 阅读(224) 评论(0) 推荐(0)

【Linux学习】 包含子目录的makefile简单应用

摘要: 1 、目录结构practice6 / ui / ui.h ui.cpractice6 / dal / dal.h dal.cpractice6 / bll / bll.h bll.cpractice6 / main.cpracitce6 / Makefile2、Makefile写法及说明CC = ... 阅读全文

posted @ 2014-07-22 00:21 崔好好 阅读(2337) 评论(0) 推荐(0)

导航