I'm taking CMIS140, and I have a project using complex numbers. I can't figure out how to write the calculations into the program. I have attached the project, and the code I have written at this point. If anyone has any suggestions on how to do this, I would appreciate it.
scrappy 0 Newbie Poster
Recommended Answers
Jump to Postpaste your code inside code tags instead of attaching the sourcefiles. M
Makes it a lot easier for everyone to see what you're talking about.And posting your assignment verbatim doesn't help either (but at least you're honest stating it's a school assignment ;)).
Now for a bit …
Jump to Post>they are required to have different argument lists
Or constness for member functions. The following introduces no ambiguity yet the return types and argument lists for the overloaded function are identical:#include <iostream> using std::cout; using std::endl; class test { public: void f() { cout<<"f()"<<endl; } void …
All 6 Replies
jwenting 1,905 duckman Team Colleague
scrappy 0 Newbie Poster
jwenting 1,905 duckman Team Colleague
Narue 5,707 Bad Cop Team Colleague
lohith.s1985 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.