User profile: SkyDriver2500

User info
User name:SkyDriver2500
History
Joined:
Number of posts:30
Latest posts:

Factorial function
The second function would work well? it seems that will only do n*(n-1), if you know what i mean. No...

Program Closes Unexpectedly
Try adding cin.get() after all inputs and before return 0; it works with me.

system pause
cin.get() getchar()

How do count the amount of words in a string?
Try creating a loop something like: [code] int b for (a=0;a>80;a++) { if [msgl[a]==x] //change x wit...

Factorial function
I was at school when i started thinking of making a factorial calc. I arrived home and after some er...