ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

First Cpp Program - Vietnamese

This is a sample video. To access the full content,
please Login

396 visits



Outline:

Chương trình C++ đầu tiên -Header files --ví dụ: #include <iostream> -main() -Curly braces -cout<< -chấm phẩy ; -Biên dịch một chương trình C++ --ví dụ: g++ filename.cpp -o output parameter -Chạy chương trình C++ --ví dụ: ./output parameter