Click here to Skip to main content
15,914,070 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File I/O w/ Unicode Dialog Pin
aquawicket31-Oct-06 18:16
aquawicket31-Oct-06 18:16 
GeneralRe: File I/O w/ Unicode Dialog Pin
Mark Salsbery31-Oct-06 18:51
Mark Salsbery31-Oct-06 18:51 
GeneralRe: File I/O w/ Unicode Dialog Pin
aquawicket1-Nov-06 4:53
aquawicket1-Nov-06 4:53 
GeneralRe: File I/O w/ Unicode Dialog Pin
aquawicket1-Nov-06 5:03
aquawicket1-Nov-06 5:03 
GeneralRe: File I/O w/ Unicode Dialog Pin
Mark Salsbery1-Nov-06 5:14
Mark Salsbery1-Nov-06 5:14 
QuestionStrange error with File I/O Pin
Anthony Mushrow31-Oct-06 10:26
professionalAnthony Mushrow31-Oct-06 10:26 
QuestionRe: Strange error with File I/O Pin
David Crow31-Oct-06 10:28
David Crow31-Oct-06 10:28 
AnswerRe: Strange error with File I/O Pin
Anthony Mushrow31-Oct-06 10:49
professionalAnthony Mushrow31-Oct-06 10:49 
Err, k.

        ifstream ReadFile ("M:\\dflt1");<br />
        char word[4];<br />
	ReadFile.getline(word, 5);<br />
<br />
	cout << "Mmm" << word << endl;<br />
	ReadFile.close();


That doesn't work

ifstream ReadFile ("M:\\biglongword");<br />
        char word[4];<br />
	ReadFile.getline(word, 5);<br />
<br />
	cout << "Mmm" << word << endl;<br />
	ReadFile.close();


That does Sniff | :^)

Note that both files have exactly the same content

And you said does not work as expected, it just don't work.
QuestionRe: Strange error with File I/O Pin
David Crow31-Oct-06 10:54
David Crow31-Oct-06 10:54 
GeneralRe: Strange error with File I/O Pin
Anthony Mushrow31-Oct-06 10:56
professionalAnthony Mushrow31-Oct-06 10:56 
GeneralRe: Strange error with File I/O Pin
Christian Graus31-Oct-06 11:02
protectorChristian Graus31-Oct-06 11:02 
GeneralRe: Strange error with File I/O Pin
led mike31-Oct-06 11:13
led mike31-Oct-06 11:13 
GeneralRe: Strange error with File I/O Pin
Anthony Mushrow31-Oct-06 11:54
professionalAnthony Mushrow31-Oct-06 11:54 
GeneralRe: Strange error with File I/O Pin
Christian Graus31-Oct-06 15:53
protectorChristian Graus31-Oct-06 15:53 
GeneralRe: Strange error with File I/O Pin
Anthony Mushrow31-Oct-06 16:26
professionalAnthony Mushrow31-Oct-06 16:26 
GeneralRe: Strange error with File I/O Pin
led mike1-Nov-06 4:54
led mike1-Nov-06 4:54 
GeneralRe: Strange error with File I/O Pin
Anthony Mushrow1-Nov-06 5:39
professionalAnthony Mushrow1-Nov-06 5:39 
GeneralRe: Strange error with File I/O Pin
led mike1-Nov-06 7:05
led mike1-Nov-06 7:05 
GeneralRe: Strange error with File I/O Pin
Anthony Mushrow1-Nov-06 11:10
professionalAnthony Mushrow1-Nov-06 11:10 
GeneralRe: Strange error with File I/O Pin
led mike1-Nov-06 11:24
led mike1-Nov-06 11:24 
GeneralRe: Strange error with File I/O Pin
Anthony Mushrow1-Nov-06 14:27
professionalAnthony Mushrow1-Nov-06 14:27 
GeneralRe: Strange error with File I/O Pin
led mike2-Nov-06 4:23
led mike2-Nov-06 4:23 
GeneralRe: Strange error with File I/O Pin
Mark Salsbery31-Oct-06 11:56
Mark Salsbery31-Oct-06 11:56 
GeneralRe: Strange error with File I/O Pin
led mike1-Nov-06 4:55
led mike1-Nov-06 4:55 
GeneralRe: Strange error with File I/O Pin
Mark Salsbery1-Nov-06 5:17
Mark Salsbery1-Nov-06 5:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.