[C++] Comment afficher un caractère à partir de son code ASCII ?

Comment afficher un caractère à partir de son code ASCII ? [C++] - Programmation

Marsh Posté le 07-02-2002 à 21:29:43    

Je sais ça doit être con mais je débute et surtout je trouve pas.
Donc si une âme charitable peut me donner la syntaxe à utiliser dans le printf"(....
Merci  :hello:

Reply

Marsh Posté le 07-02-2002 à 21:29:43   

Reply

Marsh Posté le 07-02-2002 à 21:34:55    

printf("%c",codeAscii);

Reply

Marsh Posté le 07-02-2002 à 22:21:22    

merci, j'avais trouvé entre temps, mais maintenant ce serait pour affecter un caractère à une variable, par exemple matA=R
pour "R" par exemple OK, mais pour un caractère spécial j'aurais besoin de pouvoir mettre le code ASCII? c'est possible ?
merci   :hello:

Reply

Marsh Posté le 07-02-2002 à 22:36:23    

char ch = 'r';
char ch2 = x; ( x=code ascii )


---------------
What butter and whiskey won't cure, there is no cure for.
Reply

Marsh Posté le 08-02-2002 à 01:41:44    

codeascii=getchar();
putchar(codeascii);
 
ou  
 
codeascii=getc();
putc(codeascii);
 
je c plus

 

[jfdsdjhfuetppo]--Message édité par Phod--[/jfdsdjhfuetppo]


---------------
Signatures aux choix Votez:  O - Le python c'est bon, mangez-en  O - L'abus de forum rend dependant, postez avec modération
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed