Forum: C Oct 4th, 2009 |
| Replies: 3 Views: 203 Take a good look at:
http://www.daniweb.com/tutorials/tutorial45806.html |
Forum: C Oct 3rd, 2006 |
| Replies: 3 Views: 1,518 You are declaring functions residential_rate(), commercial_rate(), industrial_rate() also as floats of the same name in function main(). Remove those variables and it will work!
Oops, I was too... |
Forum: C Sep 25th, 2006 |
| Replies: 2 Views: 1,705 Here is a small project, go through all the functions listed at:
http://www.phim.unibe.ch/comp_doc/c_manual/C/FUNCTIONS/funcref.htm
and come up with a code sample of a practical application for... |