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. DMcCleary

    Writing the contents of a text file into an array

    Hi, I seem to be having trouble doing this. I have a text file containing: 173 44 84 0 25 and when I read in the numbers and try to spit them back out, I get: -1.00 -1.00 -1.00 -1.00 -1.00 Here's the code. int main() { /* define local variables */ FILE *firstfile; float...

Part and Inventory Search

Back
Top