|| Remember to turn on subtitles/CC for a better tutorial guides. ||
[0:10] Start tutorial.
[0:13] Open google.com, key in "install gcc windows".
[0:27] Select "Install GCC: Binaries - GNU Project - Free Software... " (https://gcc.gnu.org/install/binaries.....
[0:38] Select Microsoft Windows | mingw-w64.
[0:55] Click on "Downloads".
[0:59] Select MingW-W64-builds.
[1:05] Select Sourceforge.
[1:26] Open downloaded mingw-w64-install.exe.
[1:35] Follow the installation instruction.
[2:12] Open command prompt (cmd) to check the installation status.
[2:20] Use command "gcc -v" (you will get the version if the installation was successful).
[2:37] The installed .exe location path.
[2:51] Now create a new Text Document at desktop, and name it "HelloWorld" with .cpp extension (HelloWorld.cpp).
[3:05] Open it with Notepad or edit with Notepad++.
[3:11] Key in print "Hello World" instruction set, then save it.
[4:03] Open command prompt (cmd).
[4:10] Key in "cd desktop" (change directory to desktop).
[4:15] Then key in "g++ helloworld.cpp" (Compile the file into .exe, default program named "a").
[4:34] Try on keying in "a" to call created program.
[4:42] Key in "g++ helloworld.cpp -o HelloWorld.exe" (Compile the file into .exe with program named "HelloWorld").
[5:13] Similarly, key in "HelloWorld" to call created program.
On this page of the site you can watch the video online [C++/CPP] Install C++/CPP And Create First Hello World Program (5 Mins Guidelines) [Tutorial 1] with a duration of hours minute second in good quality, which was uploaded by the user BorderlessTech 22 October 2019, share the link with friends and acquaintances, this video has already been watched 23 times on youtube and it was liked by 0 viewers. Enjoy your viewing!