Share c++ using namespace std

`` `C ++
#include <Istream>
sử dụng không gian tên STD;

int main () {
// khai báo một biến của loại int và khởi tạo nó thành 10.
int số = 10;

// Sử dụng câu lệnh STD sử dụng không gian tên để nhập không gian tên tiêu chuẩn vào chương trình của bạn.
// Điều này cho phép bạn sử dụng các đối tượng cout và CIN mà không phải tiền tố chúng với std ::.

// In giá trị của biến vào bảng điều khiển.
cout << "Giá trị của biến là:" << Số << endl;

// Nhận đầu vào từ người dùng và lưu trữ nó trong biến.
CIN >> số;

// In giá trị của biến vào bảng điều khiển.
cout << "Giá trị của biến bây giờ là:" << Số << endl;

// Trả về 0 để chỉ ra rằng chương trình đã thực hiện thành công.
trả lại 0;
}
`` `

# C ++
# Sử dụng không gian tên STD
# Chỉ thị tiền xử lý
# cout
# cin
=======================================
```c++
#include <iostream>
using namespace std;

int main() {
// Declare a variable of type int and initialize it to 10.
int number = 10;

// Use the using namespace std statement to import the standard namespace into your program.
// This allows you to use the cout and cin objects without having to prefix them with std::.

// Print the value of the variable to the console.
cout << "The value of the variable is: " << number << endl;

// Get the input from the user and store it in the variable.
cin >> number;

// Print the value of the variable to the console.
cout << "The value of the variable is now: " << number << endl;

// Return 0 to indicate that the program has executed successfully.
return 0;
}
```

# C++
# Using namespace std
# Preprocessor directive
# cout
# cin
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top