How to convert the content of buffer into lower case character.
Answers were Sorted based on User's Feedback
Answer / krishna bs
If you wnat to write your own logic to convert then...
ascii value for Upparcase letter starts from 65 (A) to 90(Z)
ascii value for Lowercase leter starts from 97 (a) to 122(z)
difference is 32, i.e, 97-65 = 32
the same difference carries for all the characters.
Ex: for character 'C'
99 - 67 = 32
You can add 32 to the ascii value for upparcase letter to
convert lowercase (you have to put condition to check the
uppar case letter).
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rainz
std::tolower () shall work ,while iterating through the buffer text(character by character).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Struts and JSF? Pls list some most suitable differences.
What types of threads are supported by MFC framework?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
What is model and modeless dialog box ? Give some examples?
what is message Testing ?
what is the use of CCmdTarget?
if i modified data in 1 view how does the other view knows
plzz tell me what we can do and dont in tally ERP & sap business one?
What is subclassing?
how can u change button shape at run time
What is the difference between the Encapsulation and Abstraction
25 Answers HCL, Invensys, TCS, Wipro,
What is the difference between ASSERT and VERIFY?