sam






This is the start of a page where I will be posting the source code for programs I write. For now I only have a few math programs in c++. These were coded to work on linux, but possibly can be compiled on some other OS if you change the #include statements.

--NOTICE-- THESE ARE NOT EXECUTABLE FILES FOR MICROSOFT WINDOWS --

I have now put all these in a gzipped tarball located here. You must have gunzip and tar to extract these and gcc(g++) to compile.

wnac is short for "who needs another calculator".


This is not all that I have, and not all are math programs. I will be adding more to this, but some software is multiple files and I'm going to make makefiles for them and then tar and bzip them.
I'm also thinking of combining many of the math programs and making a gui(graphical user interface) for them.