coobird.net icon

projects.coobird.net

projects.coobird.net - Pitacalc

Download Pitacalc

Information

Pitacalc image Pitacalc is released under a BSD-style license. Please review the license included with the executable and source downloads.

Pitacalc is a Win32 console application. It has been tested under Windows XP.

For more information, please refer to the documentation.

Download

Executable

Note: There is a known bug in Pitacalc which will cause the application to lock up. This seems to occur when certain inputs, especially inputs that are long and will be recognized as an invalid input. If the application locks up, the only ways to terminate it will be to click on the close button and wait until the End Process dialog appears or by forcing an End Process through the Task Manager.

Please remember that this software is provided "as-is", so use at your own risk.

Pitacalc executable, build 316 (Win32) (11KB)

Source code

The source code is in C, developed in Dev-C++. The console output portion of the program has Windows-specific code (includes windows.h), so it is not portable to other platforms without some modification. The source code can be built using Dev-C++.

The bug mentioned above seems to originate from tokenize.c.

Pitacalc source code, build 316 (22KB)

License

Pitacalc - Command line interface calculator program

Copyright (c) 2008, Chris Kroells
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

< Previous (Pitacalc Part 5)
Back to Pitacalc index