Code::Blocks: g++ not found
Most likely you are simply missing a compiler.
Get one by installing build-essential
package.
Typing sudo apt-get install build-essential
into terminal is one of the easiest ways to achieve that.
i think you have to install g++ c++ compiler using synaptic package manager