Build error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
+ 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