|
Okay, now my compiler just thinks it's funny. | by Llyr | 2002-09-29 13:54:40 |
|
Nah, it thinks you're funny. | by Arcanum | 2002-09-29 14:00:45 |
|
And, hey, it could be worse. | by Arcanum | 2006-11-19 12:55:59 |
|
Maybe you can figure out what's wrong here. (n/t) | by Llyr | 2002-09-29 14:09:00 |
|
My header file: | by Llyr | 2002-09-29 14:09:36 |
|
And my function definitions. | by Llyr | 2002-09-29 14:10:24 |
|
Slap those two in a project | by Llyr | 2002-09-29 14:11:08 |
|
Well, for starters... | by Arcanum | 2002-09-29 14:31:09 |
|
Where do I have "r" defined elsewhere? | by Llyr | 2002-09-29 14:37:11 |
|
In your header file. | by Arcanum | 2002-09-29 14:42:09 |
|
That's the ONLY r I have! | by Llyr | 2002-09-29 14:45:02 |
|
No... | by Arcanum | 2002-09-29 14:52:59 |
|
oh. (n/t) | by Llyr | 2002-09-29 15:18:57 |
|
Oh, about the cout statement in your midpoint fcn. | by Arcanum | 2002-09-29 15:26:38 |
|
That's why I overloaded the << operator. (n/t) | by Llyr | 2002-09-29 16:09:14 |
|
But you haven't written a function | by Arcanum | 2002-09-29 16:16:27 |
|
Required. | by Llyr | 2002-09-29 16:19:06 |
| Ahh, ok... |
by Arcanum |
2002-09-29 16:30:14 |
| Just thought I'd ask, since (unless I'm missing something obvious), overloading the +, -, etc., operators isn't going to be fun. Doing += and such wouldn't be too ugly, but + isn't pleasant. |
|
[ Reply ] |
|
It actually shouldn't be bad. (n/t) | by Llyr | 2002-09-29 16:33:38 |
|
Let me know how you do it. (n/t) | by Arcanum | 2002-09-29 16:36:12 |
|
I just need to know... | by Llyr | 2002-09-29 16:40:17 |