Xcode C++ Compiler error

S

steved3298

Guest
Hi
I've just started to learn C++ on the school imacs and now want to try it at home on my Powerbook. So i installed Xcode and when i tried to run a simple program like
#include <iostream>

using namespace std;

int main () {
cout << "Hello, World" << endl;
return 0;
}
it returns an error right in the middle of building. When i look under errors and warnings nothing shows???? What gives?

Thnx
Steve :p
 
OP
S

steved3298

Guest
Sry

Hey guys sry bout that it was justa preferences thing it wasnt ignoring the errors in the build process
 
OP
W

WilliS

Guest
glad you figured it out... i cant remember if xcode complains about <include.h> you might need to add the dot h... anyway, good luck to you...
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top