Fibonnaci Calculator C++

This program is a Fibonacci sequence generator. It is written in the language of C++. This is one of my first C++ programs. I also wrote a Fibonacci Calculator Applet.

This C++ application runs faster then the equivalent Java Applet.

You can download the Fibonacci Calculator program here:

Windows only version: fib.exe – 218KB

Click the link above to download the program. If asked, select the “Save file”/“Save As”/“Save” option.

Operation of the Calculator

To use the calculator in Windows, double-click the “fib.exe” file. Then you can view the output generated, by opening the “fib.log” file in Notepad. This “fib.log” file is generated by the calculater when you run the program.

05:49 PM on Friday, 28/08/2009

Say something!

For Objective-C source code this looks interesting: http://mattgemmell.com/source

Obj C @ 12:09 PM on Friday, 16/10/2009

I cannot find a place to download the source for this. Where is it?

Limey Packet @ 06:57 AM on Thursday, 18/03/2010

@Limey Packet I'm not sure if I still have the source code for the C++ version, but here is the source to a C version I wrote that supports arbitrary precision integers: http://gist.github.com/338338

Brenton @ 10:41 AM on Saturday, 20/03/2010

Ok, thanks. One odd glitch I found in the C++ version is that it always seems to start with "1, 2, 3, 4", and the four, which does not belong there, messes up the whole sequence.

Limey Packet @ 07:05 AM on Thursday, 01/04/2010