Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KeanuRocky
  • Order by date
  1. KeanuRocky

    How to detect if int input is not a digit

    I think u can add a line to warn user, like this: printf( "Please input a integer(not a character)" ); scanf( "%d", &i ); I dont have a better idea.

Part and Inventory Search

Back
Top