自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

转载 C++ self-learning notes(9)

tamplate C++ supports two types of templates: class templates and function templates. First, let me introduce function templates. When coding,...

2017-06-30 19:03:00 109

转载 C++ self-learning notes(8)

class In C++, class can be seen as an upgrade version of struct in C. In a class, there can be variables, constants andfunctions which can be di...

2017-06-30 16:27:00 89

转载 C++ self-learning notes(7)

Map Map is a container whichstores key-value pair. A figure shows below: Example: Result: The specific functions can be found in the lin...

2017-06-26 18:32:00 115

转载 C++ self-learning notes(6)

static_cast and reinterpret_cast are conversion types : static_cast can perform conversions betwenn pointers and related classes. The command goes...

2017-06-22 21:31:00 83

转载 C++ self-learning notes(5)

In this note I'll first introduce some operation to the system clock and then I'll share some information about string operations. 1. Time head f...

2017-06-22 19:59:00 80

转载 C++ self-learning notes(4)

This blog is about file operations. Here I only present a few functions and classes. I'll keep updating when I get new information. Firstly, I'll ...

2017-06-21 21:35:00 80

转载 C++ self-learning notes(3)

1. auto Firstly,auto can be used to automatically determin the types of values. However, when you use the keyword auto, you have to initialize th...

2017-06-21 16:09:00 122

转载 C++ self-learning notes(2)

1. const The keyword const guarantees that the specified data won't be changed if the data is processed in the codes. EXAMPLE: RESULT: As ...

2017-06-21 10:42:00 79

转载 C++ self-learning notes (1)

Ok, starting today, I'm going to start teaching myself to use C++. ( Foranyone other than myselfsee this, I'm a Chinese guy and I'm writing in E...

2017-06-20 21:14:00 106

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除