- #1
NotGauss
- 24
- 6
- TL;DR Summary
- Looking for ideas for a programming project in C++ using OOP
Hello all,
I am currently taking the first of a two semester sequence of C++ courses and I am taking the course as an Honors option and thus I will be writing an extra program to fulfill the requirements.
A little about my experience, I am currently taking Calc 3 and an intro to proves math course and have experience with procedural programming. Last semester for Calc II, I wrote a programming to numerical integrate polynomials with Simpsons and the trapezoidal rule.
This semester I would again like my program to be math (I am a math major) based but I am having a difficult time coming up with ideas that fit into the OOP programming style.
Unfortunately, my meeting with my professor was canceled today due to poor weather and I won’t be able to have a face to face for another couple of weeks to talk ideas.
My main issue is that my project is required to be in OOP style and I just haven’t had enough experience to relate ideas into the OOP style and I haven’t came across anything decent in google searches.
Any ideas, recommendations, or advice would be greatly appreciated.
Jonathan.
I am currently taking the first of a two semester sequence of C++ courses and I am taking the course as an Honors option and thus I will be writing an extra program to fulfill the requirements.
A little about my experience, I am currently taking Calc 3 and an intro to proves math course and have experience with procedural programming. Last semester for Calc II, I wrote a programming to numerical integrate polynomials with Simpsons and the trapezoidal rule.
This semester I would again like my program to be math (I am a math major) based but I am having a difficult time coming up with ideas that fit into the OOP programming style.
Unfortunately, my meeting with my professor was canceled today due to poor weather and I won’t be able to have a face to face for another couple of weeks to talk ideas.
My main issue is that my project is required to be in OOP style and I just haven’t had enough experience to relate ideas into the OOP style and I haven’t came across anything decent in google searches.
Any ideas, recommendations, or advice would be greatly appreciated.
Jonathan.