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 gkittelson 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: *

  1. PSITom

    Formatted I/O using fscanf

    Something went screwy in the formatting so I'm reposting this: I'm doing something wrong.... If I have a multirow file with three fields per row like 1 3.123 "line 1" 2 29l.2 "line 2" 3 42.45 "line 3" and I want to read it in and manipulate the numeric...
  2. PSITom

    Formatted I/O using fscanf

    I'm doing something wrong.... If I have a multirow file with three fields per row like 1 3.123 "line 1" 2 29l.2 "line 2" 3 42.45 "line 3" and I want to read it in and manipulate the numeric fields independently, why won't this work: [code] int num[3]...

Part and Inventory Search

Back
Top