User: FlyingC

  • Public profile

User profile: FlyingC

User info
User name:FlyingC
History
Joined:
Number of posts:5
Latest posts:

Age Calculator Problem
Well, from my point of view, you got a lot to do to debug this program. Here are some problem I foun...

Can't get data into a loop in a loop
I guess it is not a problem as you said "loop in a loop". So far as I see, outer loop is no problem....

Beginner question. Please help
After the for loop ends, x is 8 so, [code]cout <<sample[x];[/code] will try to output element simp...

Array output
Line 20-29, should use array[i] rather than array[n]. This is what I found so far.

Can anyone explain this to me Plz
Well I just found this: [u]http://en.cppreference.com/w/c/language/eval_order[/u] "Order of evaluati...

This user does not accept Private Messages