Forum: C++ Feb 6th, 2005 |
| Replies: 2 Views: 4,976 Ok, so i changed the "/" to a '/' but i can't get my calculate decimal function for work. I want to call a private function calculateDecimalValue() that computes a floating decimal of the fraction... |
Forum: C++ Feb 5th, 2005 |
| Replies: 1 Views: 2,728 I've created a class Fraction, and declared a private static character to hold the slash for displaying the fraction in fraction form later on. I can't seem to get the static char to compile and I... |
Forum: C++ Jan 15th, 2005 |
| Replies: 4 Views: 5,716 I've created a class Fraction and am trying to use it in a main () but keep getting an error in my compiler that says "main must return int". My teacher says it's fine but i need to compile and run... |
Forum: C++ Nov 29th, 2004 |
| Replies: 1 Views: 5,170 I have to identify which element in the array the highest and lowest numbers are. I have finished the rest of the project but you can see that i need help with the element position. Here's what i... |