Click here to Skip to main content
6,630,289 members and growing! (24,040 online)
Email Password   helpLost your password?
Announcements
* Bold indicates new messages since 11:43 21 Nov '09
BullFrog Power
 
Search    
Add to IE Search

C / C++ / MFC



You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page  Date Filter 
 Msgs 36,062 to 36,086 of 407,884 (Total in Forum: 407,884) (Refresh)FirstPrevNext
QuestionSpace bar problem.......... Pinmembershaina223120:19 2 Dec '08  
AnswerRe: Space bar problem.......... PinmemberCode-o-mat22:23 2 Dec '08  
Questionmulti midea timers with windows timer Pinmember220817:56 2 Dec '08  
AnswerRe: multi midea timers with windows timer PinmemberStuart Dootson22:11 2 Dec '08  
Questioncovert to upper Pinmemberjonig1917:15 2 Dec '08  
AnswerRe: covert to upper PinmemberMaximilien17:29 2 Dec '08  
AnswerRe: covert to upper PinmemberManish K. Agarwal19:01 2 Dec '08  
void ConvertToUpper(char name[])
{
   cin >> name;
   int i = 0;

   while(name[i] != '\0')
   {
         if(name[i] >= 'a' && name[i] <= 'z')
         name[i] += 'A' - 'a';
         i++;
   }
}

Manish Agarwal
manish.k.agarwal @ gmail DOT com
Sign In·View Thread·PermaLink
GeneralRe: covert to upper Pinmemberjonig1920:20 2 Dec '08  
GeneralRe: covert to upper Pinmemberenhzflep20:38 2 Dec '08  
GeneralRe: covert to upper PinmemberJijo raj8:12 3 Dec '08  
AnswerRe: covert to upper PinmemberStuart Dootson22:05 2 Dec '08  
AnswerRe: covert to upper PinmvpDavidCrow6:01 3 Dec '08  
Questionsystem in windows ce Pinmemberarifliminto8616:58 2 Dec '08  
QuestionHow does this translate to c++ Pinmembermonsieur_jj16:40 2 Dec '08  
AnswerRe: How does this translate to c++ PinmemberStuart Dootson22:01 2 Dec '08  
QuestionWhich is the best C++ ERP development toolkit ? Pinmembersumeet12310:02 2 Dec '08  
AnswerRe: Which is the best C++ ERP development toolkit ? Pinmvptoxcct10:11 2 Dec '08  
JokeRe: Which is the best C++ ERP development toolkit PinmvpCPallini10:17 2 Dec '08  
AnswerRe: Which is the best C++ ERP development toolkit ? PinmvpCedric Moonen21:08 2 Dec '08  
AnswerRe: Which is the best C++ ERP development toolkit ? PinmemberStuart Dootson21:56 2 Dec '08  
GeneralRe: Which is the best C++ ERP development toolkit ? Pinmvptoxcct22:17 2 Dec '08  
GeneralRe: Which is the best C++ ERP development toolkit ? PinmemberStuart Dootson22:59 2 Dec '08  
GeneralRe: Which is the best C++ ERP development toolkit ? Pinmvptoxcct23:07 2 Dec '08  
GeneralRe: Which is the best C++ ERP development toolkit ? PinmemberStuart Dootson23:36 2 Dec '08  
GeneralRe: Which is the best C++ ERP development toolkit ? Pinmvptoxcct23:37 2 Dec '08  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Last Updated 9 Aug 2007
Web20 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use