should probably use an IDE. Here's a pretty goodguide. I've provided a number of demo files: fib.ahhh Explicitly generates the first ~46 Fibonacci numbers. I stopped at 46 because any larger yields overflow, since I'm using c++ ints. I could fix that, but I won't. ...