so this is a stupid question, but when i compile this it says tht there is nothins to build... i know the code doesnt really make any sense right now, i just wanted to make sure it would build before i continue
yea i realized that, but i just changed the info, can you help me out? it says nothing to build when i compile it, then when i run it it says binary not found
What OS are you using? On windows Eclipse is a bit of a turd, I've always had problems with it. The main reason is that it doesn't come with a compiler, so you need to install MingW and add the location on make.exe to your PATH file. This will allow it to compile in the Debug directory, and you can then run your program from a command prompt manually. However, if you try to run it from within eclipse you'll get "binaries not found" as the bloody thing doesn't know to look in the folder it created the program in.
I'm currently using Ubuntu 11.10 with Eclipse Indigo and it runs fine.