Forum: C May 30th, 2008 |
| Replies: 5 Views: 419 |
Forum: C May 29th, 2008 |
| Replies: 5 Views: 419 need help with a program i`m trying to make a program to calculate the product of this serie:
1/2 *1/3 *5/2 *5/6 *8/10 *16/13 *23/24.....
the following program gets compiled without errors but when i execute it pops up a... |
Forum: C May 4th, 2008 |
| Replies: 4 Views: 316 |
Forum: C May 3rd, 2008 |
| Replies: 4 Views: 316 Re: need help with library maybe i`ve formulated the question wrong.
I`m talking about adding a new function i`ve created to the library , and creating a new library by myself and how to make it usable in dev cpp.
for example... |
Forum: C May 2nd, 2008 |
| Replies: 4 Views: 316 need help with library can someone tell me how to add functions to library of devc++? and how to add a new library? |