Recent content by FuryAshy

  1. F

    Xcode with C++

    oh thanks anyway..... i am using xcode 3.0 anyway ... but i am very curious , i create a project , added in new file helloworld , it create helloworld.h and helloworld.cpp ...... is there any differences?? .... i only know .h is the header file .... need help thx
  2. 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