Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am getting the values till the last loop runs. After that nothing is present in the buffer.

Am using the following code:
int pos1=file.pos();
buf=file.read(size);
int pos2=file.pos();
strcpy(buffer,buf.data());


Please help me.

[edit]Code block added, SHOUTING removed - OriginalGriff[/edit]
Posted
Updated 9-Mar-11 20:23pm
v3
Comments
OriginalGriff 10-Mar-11 2:24am    
Sorry, but that doesn't make a whole lot of sense: there is no loop in your code, we don't know how big "size" is, why shouldn't a buffer be empty when you have read all the data out, etc.

Improve your question, and provide a little larger code fragment to show us what the problem actually is.
Albert Holguin 29-Mar-11 19:23pm    
not enough information to decipher

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900