|| 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.
In questa pagina del sito puoi guardare il video online [C++/CPP] Install C++/CPP And Create First Hello World Program (5 Mins Guidelines) [Tutorial 1] della durata di ore minuti seconda in buona qualità , che l'utente ha caricato BorderlessTech 22 ottobre 2019, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 23 volte e gli è piaciuto 0 spettatori. Buona visione!