Big Int Class
-
Ok so here is the situation, I had an assignment due in my class(Don't Worry it is over now, however I had to turn it in incomplete) I want to finish it up for the learning experience my class is a 100 level class at my college and it is programming in C++. Here is the link: Assignment BIGINT Now I have finished some of it and commented most of it so hopefully it will be easy to understand where I am. Class Definition:Class Definition Class Inplementation:Implemenation The main point of this assigment was operator overloading and I need to get +, -, *, / ++, --, +=, -=, ==, !, >, < overloaded. Now I know that this is a large amount of work, however I was hoping we could work at this one step at a time and I would appreciate this an extreme amount. Thanks Alot Guys -Duncan
-
Ok so here is the situation, I had an assignment due in my class(Don't Worry it is over now, however I had to turn it in incomplete) I want to finish it up for the learning experience my class is a 100 level class at my college and it is programming in C++. Here is the link: Assignment BIGINT Now I have finished some of it and commented most of it so hopefully it will be easy to understand where I am. Class Definition:Class Definition Class Inplementation:Implemenation The main point of this assigment was operator overloading and I need to get +, -, *, / ++, --, +=, -=, ==, !, >, < overloaded. Now I know that this is a large amount of work, however I was hoping we could work at this one step at a time and I would appreciate this an extreme amount. Thanks Alot Guys -Duncan
ask for a specific question first, and only then, you'll get some help. if people feel you ask them to do the job for you, no one will come. then, the first problem is ...?
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
Ok so here is the situation, I had an assignment due in my class(Don't Worry it is over now, however I had to turn it in incomplete) I want to finish it up for the learning experience my class is a 100 level class at my college and it is programming in C++. Here is the link: Assignment BIGINT Now I have finished some of it and commented most of it so hopefully it will be easy to understand where I am. Class Definition:Class Definition Class Inplementation:Implemenation The main point of this assigment was operator overloading and I need to get +, -, *, / ++, --, +=, -=, ==, !, >, < overloaded. Now I know that this is a large amount of work, however I was hoping we could work at this one step at a time and I would appreciate this an extreme amount. Thanks Alot Guys -Duncan
Ok Well to be specific I have been working on it the last two days, I really need help with * & / I am sure that if I get these I will have no problem with the rest of it. ALSO I have updated the class and class implementation with what I finished last night. Added material includes: Constructors all complete. +=(Although it uses + operator) -=(Also uses - operater) ==, !=, <, > and negative -(unary -) Check the Links Thanks Again Guys