Click here to Skip to main content
15,901,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 21:25
Suresh H29-Mar-07 21:25 
GeneralRe: How to check the ASCII value ?? Pin
Naveen29-Mar-07 21:41
Naveen29-Mar-07 21:41 
GeneralRe: How to check the ASCII value ?? Pin
ThatsAlok29-Mar-07 22:25
ThatsAlok29-Mar-07 22:25 
AnswerRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 21:29
Parthi_Appu29-Mar-07 21:29 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 21:41
Suresh H29-Mar-07 21:41 
GeneralRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 21:50
Parthi_Appu29-Mar-07 21:50 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 21:59
Suresh H29-Mar-07 21:59 
GeneralRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 22:03
Parthi_Appu29-Mar-07 22:03 
Just copy paste the code, 'coz u r still missing the brackets,
if ( ((stemp[j] >= 65) && (stemp[j] <= 90)) || 
((stemp[j] >= 97) && (stemp[j] <= 122) ) ) 


the condition is this,
Char should be between A-Z (first &&)
or (||)
Char should be between a-z (second &&)

that is,
if ((&&) || (&&))



Do your Duty and Don't expect the Result
Rate this Post, if I helped You

GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 22:08
Suresh H29-Mar-07 22:08 
GeneralRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 22:13
Parthi_Appu29-Mar-07 22:13 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 22:18
Suresh H29-Mar-07 22:18 
GeneralRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 22:22
Parthi_Appu29-Mar-07 22:22 
GeneralRe: How to check the ASCII value ?? [modified] Pin
Suresh H29-Mar-07 22:25
Suresh H29-Mar-07 22:25 
GeneralRe: How to check the ASCII value ?? [modified] Pin
Parthi_Appu29-Mar-07 23:17
Parthi_Appu29-Mar-07 23:17 
GeneralRe: How to check the ASCII value ?? Pin
toxcct29-Mar-07 23:24
toxcct29-Mar-07 23:24 
JokeRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 23:27
Parthi_Appu29-Mar-07 23:27 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 23:46
Suresh H29-Mar-07 23:46 
GeneralRe: How to check the ASCII value ?? Pin
Parthi_Appu30-Mar-07 0:02
Parthi_Appu30-Mar-07 0:02 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H30-Mar-07 0:27
Suresh H30-Mar-07 0:27 
GeneralRe: How to check the ASCII value ?? Pin
ThatsAlok1-Apr-07 20:51
ThatsAlok1-Apr-07 20:51 
AnswerRe: How to check the ASCII value ?? Pin
prasad_som29-Mar-07 23:59
prasad_som29-Mar-07 23:59 
JokeRe: How to check the ASCII value ?? Pin
toxcct30-Mar-07 0:00
toxcct30-Mar-07 0:00 
GeneralRe: How to check the ASCII value ?? Pin
prasad_som30-Mar-07 0:08
prasad_som30-Mar-07 0:08 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H30-Mar-07 0:30
Suresh H30-Mar-07 0:30 
AnswerRe: How to check the ASCII value ?? Pin
prasad_som29-Mar-07 21:41
prasad_som29-Mar-07 21:41 

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.