Use 'scanf()' scanning in decimal problemTo moorecm: Other solution @@?
Use 'scanf()' scanning in decimal problemThanks for God. I found the solution: [code] int num ; char ch ; int scanNum = scanf( "%d", & n...
Use 'scanf()' scanning in decimal problemyes... 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 problemAnother question: How to scan in integer, and separate by point without use '%s then strtok()' this...
Use 'scanf()' scanning in decimal problemTo: 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