Bonjour,
J'aimerai savoir comment rajouter un caractere special ["]dans une variable pour creer un fichier .htm
car ma fassons de faire fait planter le programme.
voici l'exemple:
char a[26] = "<CENTER><FONT color=";
char b[4] = "red";
char c = '"';
strncat ( a, c, 1);
strncat ( a, b, 3);
strncat ( a, c, 1);
Merci