Search results

  1. F

    Xcode with C++

    Hi all i am new to C++ using xcode .... i add in new file helloword and it create .h and .cpp file ... bascially i type #include <iostream.h> #include "helloworld.h" using namespace std; int main () { cout << "hello world!!!"; return 0; } but it gave me error message #ifdef...
Back
Top