| Polynomial Manipulating C++ Program | Thursday | 2004.02.12 News |
So, after MANY, MANY.... MANY hours, I just finished my first C++ program. I'm not perfectly satisfied with my work. I don't think I wrote the cleanest code in the world, in fact:
...BUT, as far as I can tell what is there does the job with absolutely zero errors.
The program is designed to manipulate polynomials. I didn't quite finish everything (I spent too much time making a generic templated linked list class and then deriving my polynomial class from that), but I was happy enough to hand it in. I taught myself a TON over the past two weeks and I'm feeling much more comfortable with the basics than I was before. That's not to say I feel confident like I do in Perl, just that I'm picking things up. I can't say how frustrating it is to have a professor and TA who do not reply to your emails and are generally not good teachers.
I really just want to take a good CS course, so that someone can tell me how I need to approach these problems. Give me the tools and I'll solve problems for a lifetime. Show me C++ by stupid little examples and I'll never be able to code even a simple polynomial manipulation engine. Okay, I haven't slept much in the past two days, I'm going to continue this story later.
Posted by reds at February 12, 2004 12:18 AMI am interested to learn c++ under your guideline, please guide me.
Posted by: Sajid Iqbal at March 19, 2004 11:57 AM