Introduction

使用 std::cout 显示一行消息,std::endl 命令cout换行,作用就相当于\n ++i vs i++ ++i will increment the value of i, and then return the increment...

Coding

Beginner's Guide to C++ Basics

We get to that point, c++, this chapter mainly introduce parts of c++, and understand them with many code example.

Coding
123