Click here to Skip to main content
15,905,616 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "string" problem. Pin
ZoogieZork28-Sep-03 23:22
ZoogieZork28-Sep-03 23:22 
GeneralRe: "string" problem. Pin
Joaquín M López Muñoz28-Sep-03 23:25
Joaquín M López Muñoz28-Sep-03 23:25 
GeneralRe: "string" problem. Pin
WREY29-Sep-03 8:14
WREY29-Sep-03 8:14 
GeneralRe: "string" problem. Pin
Joaquín M López Muñoz29-Sep-03 9:33
Joaquín M López Muñoz29-Sep-03 9:33 
GeneralRe: "string" problem. Pin
WREY29-Sep-03 9:45
WREY29-Sep-03 9:45 
GeneralRe: "string" problem. Pin
Joaquín M López Muñoz29-Sep-03 9:50
Joaquín M López Muñoz29-Sep-03 9:50 
GeneralRe: "string" problem. Pin
WREY29-Sep-03 10:07
WREY29-Sep-03 10:07 
GeneralRe: "string" problem. Pin
David Crow29-Sep-03 5:42
David Crow29-Sep-03 5:42 
As I understand it, end() will point just beyond the end of the sequence. Maybe that is your intent, but I'm not sure. Anyway, what condition do you want to terminate the do/while loop? Maybe something like:

do
{
   ...
} while (str[0] != '\r');



Five birds are sitting on a fence.
Three of them decide to fly off.
How many are left?

GeneralRe: "string" problem. Pin
WREY29-Sep-03 8:34
WREY29-Sep-03 8:34 
GeneralRe: "string" problem. Pin
David Crow29-Sep-03 9:38
David Crow29-Sep-03 9:38 
GeneralRe: "string" problem. Pin
WREY29-Sep-03 9:53
WREY29-Sep-03 9:53 
GeneralSEC_WINNT_AUTH_IDENTITY_EXW Pin
Bernhard28-Sep-03 20:58
Bernhard28-Sep-03 20:58 
GeneralNT service stop event Pin
Aqualic28-Sep-03 20:55
Aqualic28-Sep-03 20:55 
GeneralClipboard content as bitmap Pin
Thoppae28-Sep-03 20:47
Thoppae28-Sep-03 20:47 
Generalabout CListCtrl Pin
muddog28-Sep-03 20:37
muddog28-Sep-03 20:37 
GeneralRe: about CListCtrl Pin
chifor28-Sep-03 20:53
chifor28-Sep-03 20:53 
GeneralRe: about CListCtrl Pin
Abin28-Sep-03 22:19
Abin28-Sep-03 22:19 
QuestionProperty Pages Help??? Pin
xxhimanshu28-Sep-03 20:12
xxhimanshu28-Sep-03 20:12 
AnswerRe: Property Pages Help??? Pin
Steve Mayfield28-Sep-03 20:56
Steve Mayfield28-Sep-03 20:56 
GeneralError C2679 Pin
esepich28-Sep-03 19:57
esepich28-Sep-03 19:57 
GeneralRe: Error C2679 Pin
KarstenK28-Sep-03 20:36
mveKarstenK28-Sep-03 20:36 
GeneralRe: Error C2679 Pin
Steve Mayfield28-Sep-03 20:48
Steve Mayfield28-Sep-03 20:48 
QuestionHow to make Virtual CDROM / Virtual Device Driver ? Pin
silver_csc28-Sep-03 19:56
silver_csc28-Sep-03 19:56 
GeneralRetriving System Device Icons Pin
Member 40481328-Sep-03 19:46
Member 40481328-Sep-03 19:46 
GeneralRe: Retriving System Device Icons Pin
David Crow29-Sep-03 5:51
David Crow29-Sep-03 5:51 

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.