i'm on Ubuntu 13.10 64Bit and i have a problem where i cannot build a simple Hello World project, i get 3 errors.
How do i solve this ?
i'm on Ubuntu 13.10 64Bit and i have a problem where i cannot build a simple Hello World project, i get 3 errors.
How do i solve this ?
Had the same problem, after trying all above but did not work. Then tried the command compiler g++, error was not installed. after installing g++ compiled and worked. then started eclipse and problem was solved. conclusion must install g++ first..
For me it worked fine when I put the source file inside a source folder in eclipse. It seems to be a PATH configuration for building all the project.