|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I would like to know what is the absolute fastest way to read in an ASCI text file using C language. Should I use one of the standard C function below and loop it until EOF, or is there a faster method.
1) fgetc 2) fgetl 3) Some other fucntion? In addition are there any programmatic adjustments that I could make to improve I/O file read performance. Last edited by RolandG : April 8th, 2003 at 01:59 PM. |
|
#2
|
||||
|
||||
|
Cross posting isn't cool... you posted an identical thread in C/C++/Obj-C.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > read a file FAST |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|