I'm using linux live image. I'm facing problem with compilation as if I compile it by using g++, " bash: g++: command not found...". What to do know ! Please help me.
Asked
Active
Viewed 223 times
1 Answers
0
Are you sure you have g++ installed? Use the commands bellow to install g++, if you don't have it already:
sudo apt-get update
sudo apt-get install g++
Ali Torabi
- 63