随笔分类 -  C++

摘要:首先看图代码://test.cpp:定义控制台应用程序的入口点。//C++程序设计//2015-5-4//STLstrandardtemplatelibeary#include"stdafx.h"#include#include#include#include#includeusingnamespa... 阅读全文
posted @ 2015-05-05 12:26 明月忧忧 阅读(3513) 评论(0) 推荐(0)
摘要:// CKeyWord.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include using namespace std;int _tmain(int argc, _TCHAR* argv[]) { //i++是先使用i的值进行调用再计算++,i--同... 阅读全文
posted @ 2014-11-05 14:58 明月忧忧 阅读(388) 评论(0) 推荐(0)
摘要:// Rhombus.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include using namespace std;void rhombus(char,char,int);int _tmain(int argc, _TCHAR* arg... 阅读全文
posted @ 2014-11-04 10:51 明月忧忧 阅读(766) 评论(0) 推荐(0)