char *trucmuche;
trucmuche="225+3";
int i;
char carac;
for ( i=0;i<(strlen(trucmuche)) / * ou < = jsais plus */;i++)
{
carac = trucmuche[i];
if ( carac==´+´)taddda
}
Jsais pas si c´est comem ca qu´on fait mais ca s´en approche.
En tout cas l´idée est là. Ne pas oublier qu´une chaine, c´est un tableau de caractères.