basic ouline in compiling and running a C++ Program | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

basic ouline in compiling and running a C++ Program

compiling and running C++ Program

13th Nov 2021, 9:19 AM
Mone Usman
2 Antworten
+ 2
If u have downloaded any ide then install mingw compiler then set environment variable path and on ide u will run options u can use vs code codeblock .... Devcpp or notepad++ . If u want to compile via command line then after set path of mingw Write any program open cmd then type this g++ -o file file.cpp your program will be compile for executing file.exe
13th Nov 2021, 9:36 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
how can i compile and run a C++ Program
13th Nov 2021, 9:20 AM
Mone Usman