Skip to content

Files

Latest commit

5a71214 · Sep 24, 2022

History

History

C++

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 24, 2022
Sep 24, 2022

C++ Hello World

C++, high-level computer programming language.

Is based on the traditional C language but with added object-oriented programming and other capabilities.

run the program

you need to install Visual Studio first.

you can found how to install gcc Visual Studio at: https://visualstudio.microsoft.com/fr/downloads/

for run the program, you can use the command:

g++ hello.cpp -o hello