Forum: C++ Nov 29th, 2004 |
| Replies: 2 Views: 2,972 Tried. Fixed. Still get the same error. |
Forum: C++ Nov 29th, 2004 |
| Replies: 2 Views: 2,972 I'm having some real problems with a code that is supposed to find Fibonacci numbers using recursive, iterative, and optimized recursive techniques. I keep on getting this really strange error... |
Forum: C++ Oct 8th, 2004 |
| Replies: 3 Views: 2,123 I've tried Dev C++ and didn't really care for it. You can pretty much find anything you want here though:
http://slskorg.net
You can go here and download the client (promise it's good). Good... |
Forum: C++ Oct 7th, 2004 |
| Replies: 8 Views: 12,432 Here are some of the things the teacher gave us to work on... I've looked at some example code, but nothing I've tried seems remotely close. Here are some links he gave the class:... |
Forum: C++ Oct 7th, 2004 |
| Replies: 8 Views: 12,432 I am new to programming and am having REAL trouble trying to output Pascal's Triangle (formatted into a triagle) using multidimensional arrays. I would really appreciate some help.
In the... |