Tổng Kết

Như Vậy là đã xong phần cơ ban rồi đó , các bạn chưa hiểu thì tiếp ục tìm hiểu thôi, rèn luyện bài tập trên các trang chuyên về code để tiếp tục biếc đến niềm đam mê nào truyen-cuoi-khi-con-gai-la-dan-it-2014-04-11

Basic Arithmetic

Arithmetic Operators
C++ supports these arithmetic operators
.downloadfileNhìn lên trên bảng thì cũng k cần đọc cũng hiểu là số hỗ trợ các phép tính đấy 🙂

Thêm chút nè:

x += 4 // x = x + 4;

x -=5 // x = x – 5;

Getting the Tools

En:

Getting the Tools

1.Integrated Development Environment(IDE): Provides tools for writing  source code.Any text editor can be used  as an IDE.

2.Compiler:Compiles source code into the final executable program.There are a number of C++ compilers available.The most frequently used and free available compiler is the GNU C/C++ compiler. Continue reading