Click here to Skip to main content
15,908,020 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: difference b/w long pointer and pointer to string Pin
Mike Dimmick27-Jul-07 2:44
Mike Dimmick27-Jul-07 2:44 
QuestionHow to egalise two strings Pin
garfaoui27-Jul-07 0:16
garfaoui27-Jul-07 0:16 
AnswerRe: How to egalise two strings Pin
GameProfessor27-Jul-07 0:20
GameProfessor27-Jul-07 0:20 
GeneralRe: How to egalise two strings Pin
garfaoui27-Jul-07 0:23
garfaoui27-Jul-07 0:23 
AnswerRe: How to egalise two strings Pin
F.Falk27-Jul-07 0:24
F.Falk27-Jul-07 0:24 
AnswerRe: How to egalise two strings Pin
ashukasama27-Jul-07 0:24
ashukasama27-Jul-07 0:24 
AnswerRe: How to egalise two strings Pin
garfaoui27-Jul-07 0:38
garfaoui27-Jul-07 0:38 
GeneralRe: How to egalise two strings Pin
mandanani27-Jul-07 0:36
mandanani27-Jul-07 0:36 
Yes, if S1 and S2 are CString, operators (<, <=, >=, >, ==, and !=) works very well.
If they are char streams, use strcmp function. Operator overloading is not done for char streams.
QuestionRe: How to egalise two strings Pin
garfaoui27-Jul-07 0:39
garfaoui27-Jul-07 0:39 
AnswerRe: How to egalise two strings Pin
mandanani27-Jul-07 0:46
mandanani27-Jul-07 0:46 
QuestionRe: How to egalise two strings Pin
garfaoui27-Jul-07 0:50
garfaoui27-Jul-07 0:50 
AnswerRe: How to egalise two strings Pin
Cedric Moonen27-Jul-07 0:58
Cedric Moonen27-Jul-07 0:58 
AnswerRe: How to egalise two strings Pin
toxcct27-Jul-07 0:57
toxcct27-Jul-07 0:57 
GeneralRe: How to egalise two strings Pin
Cedric Moonen27-Jul-07 0:59
Cedric Moonen27-Jul-07 0:59 
GeneralRe: How to egalise two strings Pin
Jonathan [Darka]27-Jul-07 1:08
professionalJonathan [Darka]27-Jul-07 1:08 
GeneralRe: How to egalise two strings Pin
Cedric Moonen27-Jul-07 1:11
Cedric Moonen27-Jul-07 1:11 
GeneralRe: How to egalise two strings [modified] Pin
toxcct27-Jul-07 1:11
toxcct27-Jul-07 1:11 
QuestionRe: How to egalise two strings Pin
garfaoui27-Jul-07 2:10
garfaoui27-Jul-07 2:10 
AnswerRe: How to egalise two strings Pin
toxcct27-Jul-07 2:19
toxcct27-Jul-07 2:19 
AnswerRe: How to egalise two strings Pin
ShilpiP27-Jul-07 2:11
ShilpiP27-Jul-07 2:11 
GeneralRe: How to egalise two strings Pin
toxcct27-Jul-07 2:14
toxcct27-Jul-07 2:14 
GeneralRe: How to egalise two strings Pin
garfaoui27-Jul-07 2:18
garfaoui27-Jul-07 2:18 
GeneralRe: How to egalise two strings Pin
toxcct27-Jul-07 2:21
toxcct27-Jul-07 2:21 
JokeRe: How to egalise two strings Pin
CPallini27-Jul-07 2:27
mveCPallini27-Jul-07 2:27 
GeneralRe: How to egalise two strings Pin
toxcct27-Jul-07 2:31
toxcct27-Jul-07 2:31 

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.