Variables

 

En:

Creating a variable reserves a memory location, or a space in memory for storing values. The compiler requires that you provide a data type for each variable you declare.
C++ offer a rich assortment of built-in as well as user defined data types. Continue reading

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

Урок 1 – Sơ Lược Về Danh Từ

 

11-1024x783

Danh từ trong tiếng nga về mặt ngữ pháp có 3 đặc điểm: Giống – Số – Cách.

1.Danh từ được chia theo ba giống: danh từ giống đực, giống cái, giống trung (có 1 số danh từ nó thuộc giống chung , nghĩa là tùy theo  ý người nói mà danh từ đó được sử dụng theo giống cái hay giống đực “cái lề gì thốn mình cũng k biết cái gì đây :(“). Việc xác định phụ thuộc vào đuôi từ.

2.Danh từ có 2 số: danh từ số ít, số nhiề Continue reading