码迷,mamicode.com
首页 >  
搜索关键字:项目main    ( 32个结果
3.QT中QCommandLineParser和QCommandLineOption解析命令行参数
?? 1  新建项目 main.cpp #include #include #include #include   int main(int argc, char** argv) {     QCoreApplication app(argc, arg...
分类:其他好文   时间:2014-12-17 20:55:12    阅读次数:1528
使用VS2012 C++ 进行单元测试
第一步 使用VS2012新建一个的控制台项目main,编辑main.cpp文件 ,代码如下// main.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"int add(int a,int b){ return a+b;}int minus(int a,int b....
分类:编程语言   时间:2014-06-06 09:31:33    阅读次数:327
32条   上一页 1 2 3 4
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!