![]() |
| ||
| factorial series a 'c' program to find the factorial series for n values............. |
| ||
| Re: factorial series c program to find factorial series for n values |
| ||
| Re: factorial series Quote:
Why do you post two times the same question? (your problem won't be answered quicker or so) Second: We are not to make you such a program, you can easily put it together yourself by using a Big Number library such as GNU MP Bignum Library, which can be found here: http://gmplib.org/ :) |
| ||
| Re: factorial series Aladdin's Magic lamp. 2 Burgers, 1 Large pizza with extra cheese and a diet coke. Sh*t, nothing is working. This website is junk |
| ||
| Re: factorial series Woooosh......!!! Don't worry Sid you'll get the stuff you need...the OP will pay you with these for writing out her program ;) if she could get away from all our flaming !!! :) |
| ||
| Re: factorial series #include<stdio.h> #include<conio.h> void main() { int x; double i,f=1; clrscr(); printf("Enter Number:-- "); scanf("%d",&x); printf("\n"); for(i=1;i<=x;i++) { f=f*i; printf(" %0.0lf",f); } getch(); } |
| ||
| Re: factorial series Quote:
And although you might think that your Turbo-C++ compiler is the best thing ever, in the real world it horribly outdated. You should really upgrade to some new compiler. Here are some tips. My personal favorite is Visual Studio C++ Express (free for download). |
| ||
| Re: factorial series even better, IMO, is Code::Blocks because, unlike Visual C++, CodeBlocks is already a full-featured IDE and debugger from the start, and won't try to get you to buy an upgrade for $$. |
| ||
| Re: factorial series Quote:
I always get the idea that people don't like VS just because it's microsoft. If I see a good program, I don't really care which company made it :icon_surprised: |
| ||
| Re: factorial series well, in the spirit of full disclosure, i must admit i haven't used Visual C++ Express in a long time either. I remember begin frustrated that the debugger didnt work and the installation conflicted with my MinGW compiler. ehh, for all i know the root issue may have been a variant of PEBCAK :D |
| All times are GMT -4. The time now is 1:28 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC