Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crutchtheclutch/cmsc-330-project-2
This project processes multiple arithmetic expressions from a text file.
https://github.com/crutchtheclutch/cmsc-330-project-2
Last synced: 13 days ago
JSON representation
This project processes multiple arithmetic expressions from a text file.
- Host: GitHub
- URL: https://github.com/crutchtheclutch/cmsc-330-project-2
- Owner: CrutchTheClutch
- Created: 2019-01-24T09:01:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T05:01:38.000Z (almost 6 years ago)
- Last Synced: 2025-01-04T01:51:42.246Z (22 days ago)
- Language: C++
- Homepage:
- Size: 442 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMSC-330-Project-2
#### This project processes multiple arithmetic expressions from a text file.This project processes multiple arithmetic expressions from a text file, and produces the results in the console output. This project encodes the expressions in a binary tree in order to utilize the mathematic order of operations.
_Note: The "Project-2 (Provided by Instructor)" folder contains the files I was supplied to be used as a template. The result being the "Project-2" project._
---
###### This project was assigned while attending University of Maryland University College (UMUC)
--->
Advanced Programming Languages
>CMSC 330
>A comparative study of programming languages. The aim is to write safe and secure computer programs. Topics include the syntax and semantics of programming languages and run-time support required for various programming languages. Programming projects using selected languages are required.