Invitation to Attend “Connect, Simulate and Innovate using Arduino on Cloud”, an awareness programme

If you are not an organiser or invigilator of the Subscribed college, please register using this Google form

First Cpp Program - Vietnamese

133 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