Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 414 Bytes

File metadata and controls

18 lines (10 loc) · 414 Bytes

CS2433

Computer Science 2433

Jordan Paul - Fall 2023

p2.c command line arguments

p3.c RPN calculator

p4.c RPN calculator extended with constants and variables

p5.cpp RPN calculated extended with predefined constants along with new functions sin, cos, tan, sqrt, radian

  • changed to c++, using cin
  • cleaned code up

p6.cpp RPN calculator extend with additional functions. swapped from struct to c++ class