文件名称:gtest_demo1
介绍说明--下载内容均来自于网络,请自行研究使用
程序如下:
#include <iostream> //包含头文件iostream
using namespace std //使用命名空间std
int main( )
{
cout<<″This is a C++ program.″
return 0
}
在运行时会在屏幕上输出以下一行信息:
This is a C++ program.-At run time on the screen output the following information:
This is a c++ progAt run time on the screen output the following information:
This is a c++ program.ram.
#include <iostream> //包含头文件iostream
using namespace std //使用命名空间std
int main( )
{
cout<<″This is a C++ program.″
return 0
}
在运行时会在屏幕上输出以下一行信息:
This is a C++ program.-At run time on the screen output the following information:
This is a c++ progAt run time on the screen output the following information:
This is a c++ program.ram.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
gtest_demo1\gtest_demo1\Debug\BuildLog.htm
...........\...........\.....\gtest_demo1.pch
...........\...........\.....\stdafx.obj
...........\...........\.....\vc80.idb
...........\...........\.....\vc80.pdb
...........\...........\gtest_demo1.cpp
...........\...........\gtest_demo1.vcproj
...........\...........\gtest_demo1.vcproj.IFLYTEK.lnge.user
...........\...........\max.cpp
...........\...........\max.h
...........\...........\max_Gydata.cpp
...........\...........\max_Gydata.h
...........\...........\ReadMe.txt
...........\...........\stdafx.cpp
...........\...........\stdafx.h
...........\gtest_demo1.ncb
...........\gtest_demo1.sln
...........\gtest_demo1.suo
...........\...........\Debug
...........\gtest_demo1
gtest_demo1