Answers for "how to compile c++ on terminal for windows"

C++
1

terminal compile c++

g++ -o file file.cpp //or file.c
Posted by: Guest on March-02-2021

Code answers related to "how to compile c++ on terminal for windows"

Browse Popular Code Answers by Language