Search results

  1. B

    cc / iostream.h / cout problem

    It is also important to note that, obviously, i included "iostream.h" and also tried a simple "iostream" inside the angle brackets after #include. -Brad
  2. B

    cc / iostream.h / cout problem

    Hi everyone, I just installed the Apple Developer Tools and the update to it, and I'm trying to compile a simple Hello World type program in OS X from the command line. Unfortunately, I'm being stopped dead in my tracks... Here's the program: #include <iostream.h> void main() {...
Back
Top