Forum: C++ Nov 22nd, 2008 |
| Replies: 5 Views: 525 Hey I think your one of your functions is incorrect are you sure its not like this?
ostream&printBoard(ostream&); |
Forum: C++ Oct 20th, 2008 |
| Replies: 11 Views: 782 I wish we were allowed to use functions from the cmath library but were not. We have to come up with out own equations. |
Forum: C++ Oct 20th, 2008 |
| Replies: 11 Views: 782 Your right this is the wrong formula. Is this correct?
hypotenuse=
c=((a*a)+(b*b))
c2=c*c |
Forum: C++ Oct 20th, 2008 |
| Replies: 11 Views: 782 okay so this is what I have so far. I removed the rest of the function prototypes to see if this worked. But I still get compile errors. Something is wrong with the parentheses. I am trying to get... |
Forum: C++ Oct 20th, 2008 |
| Replies: 11 Views: 782 okay i fixed it now thank you.... although I am still very much confused on my driver function |
Forum: C++ Oct 20th, 2008 |
| Replies: 11 Views: 782 I need help writing functions. In this program I need to be able to implement a number of useful functions using a header file and an implementation file. I also need to place the prototypes for my... |
Forum: C++ Oct 20th, 2008 |
| Replies: 1 Views: 375 I need help! I am learning how to write functions but I have no idea how to start this.... could some one help me. I would really appreciate it. Thank You.
I need to implement a number of useful... |
Forum: C++ Oct 15th, 2008 |
| Replies: 2 Views: 485 |
Forum: C++ Oct 14th, 2008 |
| Replies: 2 Views: 485 Hi.... I'm a beginner at this programming thing and I need some help using nested for loops
this is an assignment i have to do for my class, basically the output should be something like this.. the... |