Click here to Skip to main content
16,005,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: isletter' : not all control paths return a value Pin
Mark Salsbery24-May-07 11:13
Mark Salsbery24-May-07 11:13 
GeneralRe: isletter' : not all control paths return a value Pin
Immunity1824-May-07 11:17
Immunity1824-May-07 11:17 
GeneralRe: isletter' : not all control paths return a value Pin
Mark Salsbery24-May-07 11:26
Mark Salsbery24-May-07 11:26 
GeneralRe: isletter' : not all control paths return a value Pin
Immunity1824-May-07 11:28
Immunity1824-May-07 11:28 
GeneralRe: isletter' : not all control paths return a value Pin
Mark Salsbery24-May-07 11:32
Mark Salsbery24-May-07 11:32 
GeneralRe: isletter' : not all control paths return a value Pin
Immunity1824-May-07 11:33
Immunity1824-May-07 11:33 
GeneralRe: isletter' : not all control paths return a value Pin
Immunity1824-May-07 12:11
Immunity1824-May-07 12:11 
GeneralRe: isletter' : not all control paths return a value Pin
Mark Salsbery24-May-07 12:24
Mark Salsbery24-May-07 12:24 
That's exactly what it does. It returns non-zero if the character is A-Z or a-z.

To find something NOT alphabetic then look for it to return 0.

From the posts below, it doesn't seem that this is the problem. It looks like you need to step
through your code and see exactly what's going on and in what order Smile | :)

If you are looking for matching words then why are you looking for non-alpha characters.
Don't you want to look for whitespace?

MArk


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: isletter' : not all control paths return a value Pin
Immunity1824-May-07 12:29
Immunity1824-May-07 12:29 
AnswerRe: isletter' : not all control paths return a value Pin
Mark Salsbery24-May-07 11:17
Mark Salsbery24-May-07 11:17 
GeneralRe: isletter' : not all control paths return a value Pin
Immunity1824-May-07 11:18
Immunity1824-May-07 11:18 
AnswerRe: isletter' : not all control paths return a value Pin
GameProfessor24-May-07 22:53
GameProfessor24-May-07 22:53 
GeneralRe: isletter' : not all control paths return a value Pin
Mark Salsbery25-May-07 6:09
Mark Salsbery25-May-07 6:09 
QuestionHide a window from Taskbar Pin
Perspx24-May-07 9:38
Perspx24-May-07 9:38 
AnswerRe: Hide a window from Taskbar Pin
Hamid_RT24-May-07 11:09
Hamid_RT24-May-07 11:09 
AnswerRe: Hide a window from Taskbar Pin
Naveen24-May-07 15:00
Naveen24-May-07 15:00 
GeneralRe: Hide a window from Taskbar Pin
romeshj24-Feb-09 22:22
romeshj24-Feb-09 22:22 
AnswerRe: Hide a window from Taskbar Pin
Nibu babu thomas24-May-07 18:44
Nibu babu thomas24-May-07 18:44 
AnswerRe: Hide a window from Taskbar Pin
swarup24-May-07 22:34
swarup24-May-07 22:34 
GeneralRe: Hide a window from Taskbar Pin
Perspx25-May-07 5:29
Perspx25-May-07 5:29 
Questionread an parse html page using VC++ Pin
swarup24-May-07 8:18
swarup24-May-07 8:18 
QuestionRe: read an parse html page using VC++ Pin
David Crow24-May-07 8:39
David Crow24-May-07 8:39 
AnswerRe: read an parse html page using VC++ Pin
Hamid_RT24-May-07 11:02
Hamid_RT24-May-07 11:02 
AnswerRe: read an parse html page using VC++ Pin
swarup24-May-07 22:32
swarup24-May-07 22:32 
QuestionDifferent results when , compare 2 strings and 1 str with 1 str from file Pin
Immunity1824-May-07 8:03
Immunity1824-May-07 8:03 

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.