欣乐

The eagles are coming!

导航

随笔分类 -  《C++ Language Tutorial》

1.Basics of C++
摘要:From:http://www.cplusplus.com/doc/tutorial//*C++ Language Tutorial1.Basics of C++2.Control Structures3.Compound data types4.Object Oriented Programmin... 阅读全文

posted @ 2014-11-08 19:40 欣乐 阅读(215) 评论(0) 推荐(0)

2.Control Structures
摘要:2.Control StructuresThe codes:// 2.Control Structures/****************************1Control Structures*/// custom countdown using while#include using n... 阅读全文

posted @ 2014-11-08 19:39 欣乐 阅读(158) 评论(0) 推荐(0)

3.Compound data types
摘要:The codes:// 3.Compound Data Types/*****************************************1Arrays*/// arrays example#include using namespace std;int billy [] = {16,... 阅读全文

posted @ 2014-11-08 19:27 欣乐 阅读(254) 评论(0) 推荐(0)

4.Object Oriented Programming
摘要:The codes:// 4.Object Oriented Programming/*********************************************************1Classes (I)*/// classes example#include using nam... 阅读全文

posted @ 2014-11-08 19:26 欣乐 阅读(186) 评论(0) 推荐(0)

5.Advanced concepts
摘要:The codes:// 5. Advanced Concepts/********************************************************1Templates*/// function template#include using namespace std... 阅读全文

posted @ 2014-11-08 19:18 欣乐 阅读(193) 评论(0) 推荐(0)

6.C++ Standard Library
摘要:The Codes:// 6. C++ Standard Library/********************************************1. Input/Output with files*/// basic file operations#include #include... 阅读全文

posted @ 2014-11-08 19:17 欣乐 阅读(149) 评论(0) 推荐(0)