Forum: C++ Sep 26th, 2004 |
| Replies: 1 Views: 4,138 Hi, thanks for reading my message. I've changed my code a bit and I get it to compile but the math is wrong.
#include <iostream>
using std::cout;
using std::endl;
#include "Complex.h" |
Forum: C++ Sep 26th, 2004 |
| Replies: 1 Views: 4,138 Hello,
when i try to compile this program (it has three parts) I receive an error message that confuses me. Below are the code and error message.
#include <iostream>
using std::cout;... |