Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 1 of 1
  1. #1
    RoycemoreTech is offline Registered User
    Join Date
    Jan 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    C++ xcode not letting me debug or run

    I am new to the whole area of programing. and I am trying to run a simple hello.cpp code that is in my C++ book. ( O'Reilly Practical C++ programing)
    [ #include <iostream>

    int main()
    {
    std::cout << "hello world\n";
    return (0);
    }]

    When I try to open the hello.cpp code in xcode it will not let me run or debug or anything elce for that matter. is it possible to debug and run a code in xcode that was created in a text editor programmed?
    or does it have to be created in xcode to run?
    Last edited by RoycemoreTech; January 29th, 2012 at 12:09 AM.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •