Skip to content

Portfolio repository for SNHU 210 "Programming Languages"

Notifications You must be signed in to change notification settings

onedeadeye/CS210-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS210-Portfolio

Portfolio repository for SNHU 210 "Programming Languages"

  • BankingInvestment is a light C++ project (developed in Visual Studio) to fulfill assignment requirements, namely simulating simple interest rate calculations.
  • A particular strength of this project is it's modularity through an object-oriented approach. This project could be easily extended with more simulation parameters.
  • A future todo would be creating visual representations of numeric data, such as optional graphs
  • Input validation was a common and significant hurdle. The InputValidation class has simple and lightweight solutions to validating input to certain data types.
  • In particular, the concise and clean program flow from this project is a feature I would like present in every piece of software I author.
  • In-line and block comments, naming conventions, and encapsulation make this project maintainable, readable, and adaptable.

About

Portfolio repository for SNHU 210 "Programming Languages"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published