build and run [message #841192] |
Tue, 10 April 2012 22:15  |
Eclipse User |
|
|
|
I'm very new to C++ programing, in fact my instructor will only support visual studio, but I'm running kubuntu 11.XX and just now getting into programing. The problem is when I click the "run" button I get "Launch failed. Binary not found." Yeah I know it's a newbie error from what I keep reading throughout google, however it's new to me. I did read the instructions on importing "Window > Preferences > C/C++ > New CDT project wizard and click Makefile Project" however my install doesn't come with "New CDT project wizard" option for me to attempt a "fix" so is there another way to get to it or is there a different fix.
Here's my code:
#include <stdio.h>
void main<void>
{
printf("This is a lovely day!\n");
}
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04686 seconds