Search results

  1. S

    Compiling C++ code

    Thanks alot! Now i can finally move past the first chapter without wondering if i'm really understanding or not. By the way i got the .cpp and cc testfile.cpp straight out of the book under the 'UNIX' instructions. Spaceman Spiff
  2. S

    Compiling C++ code

    I'm just starting to learn C++ and i need to know how to compile C++ programs in OS X. I've tried just typing: cc prog1.cpp in the terminal, but that doesn't work. I know it's not my code because it's straight out of my C++ book. Is there a way to do this in Project Builder? (yes i have the...
Back
Top