Click here to Skip to main content
16,011,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thread Probs (again) Pin
MarkPQ5-Mar-02 17:43
MarkPQ5-Mar-02 17:43 
GeneralRe: Thread Probs (again) Pin
MarkPQ5-Mar-02 17:57
MarkPQ5-Mar-02 17:57 
GeneralRe: Thread Probs (again) Pin
5-Mar-02 18:24
suss5-Mar-02 18:24 
GeneralDouble buffer example Pin
alex.barylski5-Mar-02 15:45
alex.barylski5-Mar-02 15:45 
GeneralRe: Double buffer example Pin
Tomasz Sowinski6-Mar-02 0:04
Tomasz Sowinski6-Mar-02 0:04 
Generalreal simple question Pin
5-Mar-02 15:32
suss5-Mar-02 15:32 
GeneralRe: real simple question Pin
alex.barylski5-Mar-02 16:02
alex.barylski5-Mar-02 16:02 
GeneralRe: real simple question Pin
Michael Dunn5-Mar-02 16:28
sitebuilderMichael Dunn5-Mar-02 16:28 
Use the undocumented function AfxExtractSubString().
int n = 0;
CString sToken;
 
  while ( AfxExtractSubString ( sToken, sBlahBlahString, n++, '$' ))
    {
    // do stuff with the token ...
    }


--Mike--
Best score on the mini-putt game: 26
My really out-of-date homepage
Sonork - 100.10414 AcidHelm
Big fan of Alyson Hannigan and Jamie Salé.

GeneralRe: real simple question Pin
5-Mar-02 16:42
suss5-Mar-02 16:42 
GeneralRe: real simple question Pin
alex.barylski5-Mar-02 17:53
alex.barylski5-Mar-02 17:53 
GeneralRe: real simple question Pin
Todd.Harvey6-Mar-02 9:13
Todd.Harvey6-Mar-02 9:13 
QuestionWhats wrong with this? Pin
SilverShalkin5-Mar-02 14:01
SilverShalkin5-Mar-02 14:01 
AnswerRe: Whats wrong with this? Pin
Lofote5-Mar-02 14:26
Lofote5-Mar-02 14:26 
GeneralRe: Whats wrong with this? Pin
Christian Graus5-Mar-02 14:27
protectorChristian Graus5-Mar-02 14:27 
GeneralRe: Whats wrong with this? Pin
SilverShalkin5-Mar-02 14:49
SilverShalkin5-Mar-02 14:49 
GeneralRe: Whats wrong with this? Pin
Jon Sagara5-Mar-02 14:49
Jon Sagara5-Mar-02 14:49 
GeneralRe: Whats wrong with this? Pin
Rohit  Sinha5-Mar-02 15:11
Rohit  Sinha5-Mar-02 15:11 
GeneralRe: Whats wrong with this? Pin
Jon Sagara5-Mar-02 15:25
Jon Sagara5-Mar-02 15:25 
GeneralRe: Whats wrong with this? Pin
Tim Smith5-Mar-02 15:30
Tim Smith5-Mar-02 15:30 
GeneralRe: Whats wrong with this? Pin
Jon Sagara5-Mar-02 15:36
Jon Sagara5-Mar-02 15:36 
GeneralRe: Whats wrong with this? Pin
Christian Graus5-Mar-02 14:56
protectorChristian Graus5-Mar-02 14:56 
GeneralRe: Whats wrong with this? Pin
Tim Smith5-Mar-02 15:09
Tim Smith5-Mar-02 15:09 
GeneralRe: Whats wrong with this? Pin
Christian Graus5-Mar-02 15:14
protectorChristian Graus5-Mar-02 15:14 
GeneralRe: Whats wrong with this? Pin
Tim Smith5-Mar-02 15:17
Tim Smith5-Mar-02 15:17 
GeneralRe: Whats wrong with this? Pin
SilverShalkin5-Mar-02 14:57
SilverShalkin5-Mar-02 14:57 

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.