User profile: Aceix

User info
User name:Aceix
History
Joined:
Number of posts:476
Latest posts:

Pinwheel pattern
Maybe using a macro? or a function? Aceix.

Undefined Reference.
I think you have not defined the [tt]int factorial(int);[/tt] function. HTH, Aceix.

file stream pointers
yeah i think thats true. Aceix.

loading data from a text file
What your code does is simply to: -Assign temp the content of loaded. ie: from the first character ...

help with flushing stdin.(i think)
[code]if(c=='n' || ch=='N')[/code] Should be: [code]if(ch=='n' || ch=='N')[/code] HTH, Aceix.