Click here to Skip to main content
15,900,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Eric Dahlvang14-Sep-06 8:20
Eric Dahlvang14-Sep-06 8:20 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 8:29
Mark_Murphy14-Sep-06 8:29 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 9:09
Mark_Murphy14-Sep-06 9:09 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Eric Dahlvang14-Sep-06 9:20
Eric Dahlvang14-Sep-06 9:20 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 9:36
Mark_Murphy14-Sep-06 9:36 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Zac Howland14-Sep-06 9:39
Zac Howland14-Sep-06 9:39 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 10:05
Mark_Murphy14-Sep-06 10:05 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Eric Dahlvang14-Sep-06 10:29
Eric Dahlvang14-Sep-06 10:29 
Oops...sorry, I don't really use this stuff.

Should've been:
myfile.getline(yy,100,'\0');
This way the file read will quite when it hits a null char.

SEE:
Input Stream Member Functions[^]
and
istream::getline[^]

--EricDV Sig---------
Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them.
- Laurence J. Peters

GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 11:45
Mark_Murphy14-Sep-06 11:45 
QuestionMiltiple CDocument & handle massage! Pin
mostafa_pasha14-Sep-06 5:55
mostafa_pasha14-Sep-06 5:55 
AnswerRe: Miltiple CDocument & handle massage! Pin
Jun Du14-Sep-06 7:06
Jun Du14-Sep-06 7:06 
GeneralRe: Miltiple CDocument & handle massage! Pin
mostafa_pasha14-Sep-06 8:58
mostafa_pasha14-Sep-06 8:58 
AnswerRe: Miltiple CDocument & handle massage! Pin
Sam Hobbs14-Sep-06 7:52
Sam Hobbs14-Sep-06 7:52 
AnswerRe: Miltiple CDocument & handle massage! Pin
PJ Arends14-Sep-06 8:39
professionalPJ Arends14-Sep-06 8:39 
GeneralRe: Miltiple CDocument & handle massage! Pin
mostafa_pasha14-Sep-06 12:38
mostafa_pasha14-Sep-06 12:38 
QuestionConver 2005 to 2003 Pin
Matthew R. Miller14-Sep-06 5:39
Matthew R. Miller14-Sep-06 5:39 
AnswerRe: Conver 2005 to 2003 Pin
Joe Woodbury14-Sep-06 7:10
professionalJoe Woodbury14-Sep-06 7:10 
QuestionSurround Mixer Pin
lkm98514-Sep-06 5:18
lkm98514-Sep-06 5:18 
QuestionDynamic funtion calls from DLLs [modified] Pin
DanielRehn14-Sep-06 4:43
DanielRehn14-Sep-06 4:43 
AnswerRe: Dynamic funtion calls from DLLs Pin
ThatsAlok14-Sep-06 21:17
ThatsAlok14-Sep-06 21:17 
GeneralRe: Dynamic funtion calls from DLLs Pin
DanielRehn14-Sep-06 21:44
DanielRehn14-Sep-06 21:44 
Questionsubclassing Pin
Waldermort14-Sep-06 4:41
Waldermort14-Sep-06 4:41 
AnswerRe: subclassing Pin
Cedric Moonen14-Sep-06 4:46
Cedric Moonen14-Sep-06 4:46 
GeneralRe: subclassing Pin
Waldermort14-Sep-06 5:30
Waldermort14-Sep-06 5:30 
AnswerRe: subclassing Pin
Jun Du14-Sep-06 6:14
Jun Du14-Sep-06 6:14 

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.