Answers for "linux c++ development"

C++
1

c++ in linux

$ sudo apt install g++
$ sudo apt install build-essential
$ g++ --version
Posted by: Guest on May-02-2021
0

coding in c++ with linux

mkdir projects
cd projects
mkdir helloworld
cd helloworld
code .
Posted by: Guest on September-29-2020

Browse Popular Code Answers by Language