Click here to Skip to main content
16,007,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs there WinAPI equivalent to strrchr() ? Pin
21-Feb-02 23:26
suss21-Feb-02 23:26 
AnswerRe: Is there WinAPI equivalent to strrchr() ? Pin
Jon Hulatt22-Feb-02 0:23
Jon Hulatt22-Feb-02 0:23 
GeneralRe: Is there WinAPI equivalent to strrchr() ? Pin
22-Feb-02 0:41
suss22-Feb-02 0:41 
GeneralRe: Is there WinAPI equivalent to strrchr() ? Pin
Joaquín M López Muñoz22-Feb-02 0:47
Joaquín M López Muñoz22-Feb-02 0:47 
GeneralRe: Is there WinAPI equivalent to strrchr() ? Pin
Gavin Jerman22-Feb-02 2:00
Gavin Jerman22-Feb-02 2:00 
GeneralRe: Is there WinAPI equivalent to strrchr() ? Pin
Nish Nishant22-Feb-02 3:09
sitebuilderNish Nishant22-Feb-02 3:09 
GeneralRe: Is there WinAPI equivalent to strrchr() ? Pin
Joaquín M López Muñoz22-Feb-02 3:21
Joaquín M López Muñoz22-Feb-02 3:21 
AnswerRe: Is there WinAPI equivalent to strrchr() ? Pin
Nish Nishant22-Feb-02 3:10
sitebuilderNish Nishant22-Feb-02 3:10 
Use

LPTSTR StrRChr(
    LPCTSTR lpStart,
    LPCTSTR lpEnd,
    WORD wMatch
    );


My most recent CP article :-

A newbie's elementary guide to spawning processes

www.busterboy.org
GeneralUuidCreate under windows CE Pin
Emmanuel Derriey21-Feb-02 22:43
Emmanuel Derriey21-Feb-02 22:43 
QuestionHow to Get System Resources utilization Pin
21-Feb-02 21:56
suss21-Feb-02 21:56 
GeneralMFC Document/View - New Milestone :: C++ Pin
valikac21-Feb-02 20:52
valikac21-Feb-02 20:52 
GeneralRe: MFC Document/View - New Milestone :: C++ Pin
Paul M Watt21-Feb-02 21:18
mentorPaul M Watt21-Feb-02 21:18 
GeneralRe: MFC Document/View - New Milestone :: C++ Pin
valikac22-Feb-02 5:03
valikac22-Feb-02 5:03 
GeneralRe: MFC Document/View - New Milestone :: C++ Pin
Paul M Watt22-Feb-02 7:01
mentorPaul M Watt22-Feb-02 7:01 
GeneralRe: MFC Document/View - New Milestone :: C++ Pin
valikac22-Feb-02 10:10
valikac22-Feb-02 10:10 
GeneralRe: MFC Document/View - New Milestone :: C++ Pin
22-Feb-02 2:59
suss22-Feb-02 2:59 
Generalfile - streams... Pin
Bernhard21-Feb-02 19:55
Bernhard21-Feb-02 19:55 
GeneralRe: file - streams... Pin
Joaquín M López Muñoz21-Feb-02 20:16
Joaquín M López Muñoz21-Feb-02 20:16 
GeneralRe: file - streams... Pin
Bernhard21-Feb-02 20:38
Bernhard21-Feb-02 20:38 
GeneralRe: file - streams... Pin
Joaquín M López Muñoz21-Feb-02 22:45
Joaquín M López Muñoz21-Feb-02 22:45 
GeneralRe: file - streams... Pin
Bernhard22-Feb-02 0:06
Bernhard22-Feb-02 0:06 
GeneralRe: file - streams... Pin
22-Feb-02 9:18
suss22-Feb-02 9:18 
General2D Color Gradient or Ramp Pin
Paul Selormey21-Feb-02 17:50
Paul Selormey21-Feb-02 17:50 
GeneralRe: 2D Color Gradient or Ramp Pin
Christian Graus21-Feb-02 18:16
protectorChristian Graus21-Feb-02 18:16 
GeneralRe: 2D Color Gradient or Ramp Pin
Paul Selormey23-Feb-02 19:50
Paul Selormey23-Feb-02 19:50 

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.