Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: please .... Pin
benjymous18-May-09 1:07
benjymous18-May-09 1:07 
AnswerRe: please .... Pin
_AnsHUMAN_ 18-May-09 1:12
_AnsHUMAN_ 18-May-09 1:12 
AnswerRe: please .... Pin
jeron118-May-09 9:45
jeron118-May-09 9:45 
Questionstring::find() function for case insensitive search Pin
hrishiS18-May-09 0:40
hrishiS18-May-09 0:40 
AnswerRe: string::find() function for case insensitive search Pin
benjymous18-May-09 1:12
benjymous18-May-09 1:12 
GeneralRe: string::find() function for case insensitive search Pin
hrishiS18-May-09 18:19
hrishiS18-May-09 18:19 
AnswerRe: string::find() function for case insensitive search Pin
Nibu babu thomas18-May-09 2:31
Nibu babu thomas18-May-09 2:31 
GeneralRe: string::find() function for case insensitive search Pin
hrishiS18-May-09 18:54
hrishiS18-May-09 18:54 
thanks for your reply...

Actually if you dont mind I need little more clearence.
I didnot get how do I use strstrI in the same line
if(myword.find("Tag")!= string::npos)

All we need is to incorporate case insensitive search in the same statement above.
(Or can we pass the lowercase of myword itself so that we can check with "tag" always)...something like
if(lcase(myword).find("Tag")!= string::npos)

myword is of the type string

thanks in advance

-----------------------------
I am a beginner

GeneralRe: string::find() function for case insensitive search Pin
Nibu babu thomas18-May-09 18:58
Nibu babu thomas18-May-09 18:58 
QuestionHow to change the font style of a Control while creating a control dynamically Pin
Shiv Murti Pal17-May-09 23:49
Shiv Murti Pal17-May-09 23:49 
Questionend of maximization of frame Pin
baerten17-May-09 23:28
baerten17-May-09 23:28 
QuestionExtend vloume using FSCTL_EXTEND_VOLUME Pin
Madan Chauhan17-May-09 23:26
Madan Chauhan17-May-09 23:26 
AnswerRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
Rajesh R Subramanian17-May-09 23:32
professionalRajesh R Subramanian17-May-09 23:32 
GeneralRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
Madan Chauhan17-May-09 23:46
Madan Chauhan17-May-09 23:46 
AnswerRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
C++myLife17-May-09 23:46
C++myLife17-May-09 23:46 
GeneralRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
Madan Chauhan17-May-09 23:56
Madan Chauhan17-May-09 23:56 
AnswerRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
C++myLife17-May-09 23:56
C++myLife17-May-09 23:56 
GeneralRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
Madan Chauhan18-May-09 0:36
Madan Chauhan18-May-09 0:36 
GeneralRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
C++myLife18-May-09 0:39
C++myLife18-May-09 0:39 
QuestionAbout Thread Synchronization Pin
hanq_3891013017-May-09 23:16
hanq_3891013017-May-09 23:16 
AnswerRe: About Thread Synchronization Pin
Rajesh R Subramanian17-May-09 23:21
professionalRajesh R Subramanian17-May-09 23:21 
GeneralRe: About Thread Synchronization Pin
hanq_3891013017-May-09 23:34
hanq_3891013017-May-09 23:34 
GeneralRe: About Thread Synchronization Pin
Rajesh R Subramanian17-May-09 23:38
professionalRajesh R Subramanian17-May-09 23:38 
GeneralRe: About Thread Synchronization Pin
hanq_3891013017-May-09 23:47
hanq_3891013017-May-09 23:47 
QuestionDoubt on segmentation Pin
Sakthi.Gs :-)17-May-09 22:57
Sakthi.Gs :-)17-May-09 22: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.