0
Can i get c++ compiler for Ubuntu or kali Linux
for beginners
2 odpowiedzi
+ 1
sudo apt-get install build-essential
0
in your terminal write "g++ name_of_the_file"
and the run by typing: ./a.out
if you dont have installed g++ it should be recommended when typed first line