Click here to Skip to main content
15,913,758 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CTreeCtrl and SetCheck Pin
Derek Waters24-Feb-02 11:48
Derek Waters24-Feb-02 11:48 
GeneralRe: CTreeCtrl and SetCheck Pin
Matt Gullett24-Feb-02 13:05
Matt Gullett24-Feb-02 13:05 
GeneralRe: CTreeCtrl and SetCheck Pin
Ken Goguen26-Feb-02 9:01
Ken Goguen26-Feb-02 9:01 
GeneralRe: CTreeCtrl and SetCheck Pin
Carlos Antollini26-Feb-02 9:25
Carlos Antollini26-Feb-02 9:25 
QuestionAnsiString searching? Pin
Steven Richardson24-Feb-02 9:05
Steven Richardson24-Feb-02 9:05 
AnswerRe: AnsiString searching? Pin
Orbital^25-Feb-02 3:29
Orbital^25-Feb-02 3:29 
GeneralToken and parsing Pin
HomeNuke24-Feb-02 8:47
HomeNuke24-Feb-02 8:47 
GeneralRe: Token and parsing Pin
Orbital^25-Feb-02 3:27
Orbital^25-Feb-02 3:27 
Hy!

You can applay 2 strtok. First you make strtok( line, " " ) and get 2 substring( one with the codes and one with the value ).
5BBB,3AAA
6
Then applay again strtok on the codes string and now you can complete your structure because you already have the value ... and as you can here is no backtracking Smile | :)
5BBB 6
3AAA 6

Bye,
Orbital^

...the night is long ... but not long enought to do some real coding ...
GeneralRe: Token and parsing Pin
HomeNuke25-Feb-02 9:24
HomeNuke25-Feb-02 9:24 
GeneralRe: Token and parsing Pin
HomeNuke25-Feb-02 11:47
HomeNuke25-Feb-02 11:47 
Generalshell extension implementing IShellFolder : XP problem Pin
24-Feb-02 7:36
suss24-Feb-02 7:36 
GeneralRemovespaces() Pin
24-Feb-02 7:14
suss24-Feb-02 7:14 
GeneralRe: Removespaces() Pin
Mazdak24-Feb-02 7:25
Mazdak24-Feb-02 7:25 
GeneralFile Database & Data Structure :: C++ Pin
valikac24-Feb-02 6:46
valikac24-Feb-02 6:46 
GeneralRe: File Database & Data Structure :: C++ Pin
Paul M Watt24-Feb-02 15:16
mentorPaul M Watt24-Feb-02 15:16 
GeneralRe: File Database & Data Structure :: C++ Pin
valikac24-Feb-02 15:50
valikac24-Feb-02 15:50 
GeneralSearch a string in another string Pin
24-Feb-02 6:44
suss24-Feb-02 6:44 
GeneralRe: strstr, wcsstr Pin
24-Feb-02 7:06
suss24-Feb-02 7:06 
GeneralRe: Search a string in another string Pin
24-Feb-02 12:41
suss24-Feb-02 12:41 
GeneralAAAAAAAAAAAAAAAARGH! Pin
Georg Haan24-Feb-02 5:52
Georg Haan24-Feb-02 5:52 
Generalsrand() Pin
Mazdak24-Feb-02 5:47
Mazdak24-Feb-02 5:47 
GeneralRe: srand() Pin
Georg Haan24-Feb-02 6:18
Georg Haan24-Feb-02 6:18 
GeneralRe: srand() Pin
Mazdak24-Feb-02 7:16
Mazdak24-Feb-02 7:16 
GeneralRe: srand() Pin
Tim Smith24-Feb-02 7:31
Tim Smith24-Feb-02 7:31 
GeneralRe: srand() Pin
Anders Molin24-Feb-02 11:04
professionalAnders Molin24-Feb-02 11:04 

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.