User: Robertsong

  • Public profile

User profile: Robertsong

User info
User name:Robertsong
History
Joined:
Number of posts:17
Latest posts:

Use 'scanf()' scanning in decimal problem
To moorecm: Other solution @@?

Use 'scanf()' scanning in decimal problem
Thanks for God. I found the solution: [code] int num ; char ch ; int scanNum = scanf( "%d", & n...

Use 'scanf()' scanning in decimal problem
yes... But it can't get the integer after the point. Ex: 123.456 '%d' can get 123, but it can't g...

Use 'scanf()' scanning in decimal problem
Another question: How to scan in integer, and separate by point without use '%s then strtok()' this...

Use 'scanf()' scanning in decimal problem
To: PanGalactic Wow, this is why EOF is -1. Then find out a 0 case. Thanks. :) To: Galik We...

This user does not accept Private Messages