0
Build error
I run on Debian stretch and when i want build the code, it shows: "g++ not found". Someone help?
3 ответов
+ 1
sudo apt-get install g++
And compile in terminal:
g++ -std=c++11 -Wall -O2 -o name name.cpp
and run in terminal:
./name
+ 1
I recommend using terminal instead of code::blocks. It will be more professional.
0
yeah ok i Google it & find the solution. thanx anyway ☺