Author Topic: Fibonocci Calculator  (Read 7066 times)

0 Members and 1 Guest are viewing this topic.

Offline JincS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +0/-0
    • View Profile
Fibonocci Calculator
« on: October 15, 2006, 05:09:00 pm »
For anyone who's interested: This is a crappy little DOS program that I wrote a couple of years ago (that amazingly appeared on my computer somehow...) that calculates Fibonocci's sequence out to the Xth number, where X is whatever number the user inputs (the maximum is 1476). It also saves ALL of those numbers to a specified file. Really lame, but it's good for n00bs to learn C++ with.

Like many of my other projects, I'll post a DL link as soon as I find a file host...