Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mosheberman/spiked-punchcards
This is one of six homework assignments for my Data Structures class using C++ at Brooklyn College.
https://github.com/mosheberman/spiked-punchcards
brooklyn c-plus-plus college cuny data-structures homework-assignments
Last synced: about 1 month ago
JSON representation
This is one of six homework assignments for my Data Structures class using C++ at Brooklyn College.
- Host: GitHub
- URL: https://github.com/mosheberman/spiked-punchcards
- Owner: MosheBerman
- Created: 2012-11-25T18:10:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-28T21:16:34.000Z (almost 12 years ago)
- Last Synced: 2023-03-11T14:37:37.883Z (over 1 year ago)
- Topics: brooklyn, c-plus-plus, college, cuny, data-structures, homework-assignments
- Language: C++
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is one of six homework assignments assigned by Professor Lowenthal in Brooklyn College's Data Structures class during the Fall 2012 semester. I can't vouch for the quality of the code, and I will note that it's heavily influenced by my experiences with Objective-C, but it's thoroughly commented and should be clean enough.
The point of the assignment is similar to the previous one in that we are practicing with read/write basics. The difference is that we are applying additional processing and business logic the records being read in.
You can [see the full assignment in my iCloud Photo Stream, here](https://www.icloud.com/photostream/#A1532ODWBszbz).
The idea is to read the data in from the transactions file and calculate the balance for each customer in the master file.
It's free for the taking, so use it, don't abuse it.