Pinwheel patternMaybe 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 pointersyeah i think thats true. Aceix.
loading data from a text fileWhat 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.