View Single Post
Old 14-03-2005, 21:31   #2
Futuregames
Senior Member
 
Iscritto dal: Mar 2005
Messaggi: 349
stringa[0]=toupper(stringa[0]);

for(int i=0; i<dim-1; i++)
if(stringa[i]==' ')
{
stringa[i+1]=toupper(stringa[i+1]);
i++;
}
Futuregames è offline   Rispondi citando il messaggio o parte di esso