Important alert: (current site time 6/19/2013 7:51:56 PM EDT)
 

winzip icon

Sci9 Calculator (C# Learning Edition)

Email
Submitted on: 1/14/2013 10:38:27 AM
By: IanGM52  
Level: Advanced
User Rating: By 1 Users
Compatibility: C#
Views: 1886
 
     This project was created to be easy to follow and learn from. This source code includes 8 projects that build up from a simple parser to a fully function calculator with advanced features. INCLUDED PROJECTS 0_Parse: Uses regex to parse input and display the results. 1_Operations: Performs addition, substract, multiplication and division in less than 80 lines of code. 2_Parenthese: Evaluates paranthese. 3_Functions: Evaluates functions, such as sqrt, log, sin, cos, etc. 4_Constants: Translates special characters into values. 5_Translation: Translates much much more. Allows implicit multiplication. 6_Advanced: Extra feature: Displays roots. Sci9 Calculator: More extra features, like being able to use variables. Each project builds on the previous project. At some point of time I would like to create an in-depth tutorial for this, and add more features to the calculator itself. I will consider all requests for bug fixes, new features, as well as requests for tailoring this program or a new one to better serve you for your personal use.

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come out every day, so no prevention program can catch 100% of them. For your own safety, please:
  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 1 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments
12/5/2012 5:21:20 PMBob from Accounting

Very very good code. Fantastic work.
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.