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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File read

Status
Not open for further replies.

mayu03

Programmer
Oct 3, 2003
91
US
I have a program (C) where I am reading the data from file. For some reason it is not reading the all rows in file. Is some limitation exists? What should I look for in order to fix this problem?

while (!feof(stream))
{...}
 
1. how do you read rows
2. What is exactly the character(in hexadecimal format) what your program can not read?

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top