Build error | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Build error

I run on Debian stretch and when i want build the code, it shows: "g++ not found". Someone help?

6th Apr 2018, 4:41 PM
Codebu Zzter
Codebu Zzter - avatar
3 Respostas
+ 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
6th Apr 2018, 4:56 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
+ 1
I recommend using terminal instead of code::blocks. It will be more professional.
6th Apr 2018, 5:54 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
0
yeah ok i Google it & find the solution. thanx anyway ā˜ŗ
6th Apr 2018, 5:53 PM
Codebu Zzter
Codebu Zzter - avatar