Click here to Skip to main content
15,927,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What happened to the old CString class, in VC++ 7? Pin
Tim Smith6-May-02 2:00
Tim Smith6-May-02 2:00 
QuestionHelp with _lfind ? Pin
Learning5-May-02 13:03
Learning5-May-02 13:03 
AnswerRe: Help with _lfind ? Pin
Gabriel.P.G5-May-02 15:00
Gabriel.P.G5-May-02 15:00 
AnswerRe: Help with _lfind ? Pin
Nish Nishant5-May-02 15:16
sitebuilderNish Nishant5-May-02 15:16 
GeneralRe: Help with _lfind ? Pin
Learning5-May-02 17:33
Learning5-May-02 17:33 
GeneralCustom Draw Pin
Gabriel.P.G5-May-02 11:16
Gabriel.P.G5-May-02 11:16 
QuestionTo Convert from CString to Char array ? Pin
Learning5-May-02 10:50
Learning5-May-02 10:50 
AnswerRe: To Convert from CString to Char array ? Pin
Tom Archer5-May-02 10:59
Tom Archer5-May-02 10:59 
CString str = "text";
char* szReversed;
szReversed = _strrev(str.GetBuffer(0));



Cheers,
Tom Archer
Author, Inside C#
Author, Visual C++.NET Bible

A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the af
GeneralTom, Thank you..EOM Pin
Learning5-May-02 11:05
Learning5-May-02 11:05 
GeneralRe: To Convert from CString to Char array ? Pin
James R. Twine6-May-02 3:12
James R. Twine6-May-02 3:12 
GeneralRe: To Convert from CString to Char array ? Pin
Tom Archer6-May-02 3:20
Tom Archer6-May-02 3:20 
GeneralRe: To Convert from CString to Char array ? Pin
KarstenK6-May-02 3:43
mveKarstenK6-May-02 3:43 
GeneralRe: To Convert from CString to Char array ? Pin
James R. Twine6-May-02 4:03
James R. Twine6-May-02 4:03 
GeneralRe: To Convert from CString to Char array ? Pin
KarstenK6-May-02 4:12
mveKarstenK6-May-02 4:12 
GeneralOne more CListBox question Pin
tordyvel5-May-02 9:34
tordyvel5-May-02 9:34 
GeneralRe: One more CListBox question Pin
Jack Handy5-May-02 10:29
Jack Handy5-May-02 10:29 
GeneralRe: One more CListBox question Pin
tordyvel5-May-02 10:30
tordyvel5-May-02 10:30 
GeneralSort help with Visual C++ Pin
Learning5-May-02 9:24
Learning5-May-02 9:24 
GeneralRe: Sort help with Visual C++ Pin
Joaquín M López Muñoz5-May-02 9:39
Joaquín M López Muñoz5-May-02 9:39 
GeneralRe: Sort help with Visual C++ Pin
Learning5-May-02 10:29
Learning5-May-02 10:29 
GeneralRe: Sort help with Visual C++ Pin
Joaquín M López Muñoz5-May-02 11:04
Joaquín M López Muñoz5-May-02 11:04 
GeneralRe: Sort help with Visual C++ Pin
Learning5-May-02 11:42
Learning5-May-02 11:42 
GeneralRe: Sort help with Visual C++ Pin
Joaquín M López Muñoz5-May-02 12:00
Joaquín M López Muñoz5-May-02 12:00 
GeneralJoaquín, Thank you...EOM Pin
Learning6-May-02 1:46
Learning6-May-02 1:46 
GeneralCListBox Pin
tordyvel5-May-02 9:00
tordyvel5-May-02 9:00 

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.