Afficher un hexadecimal dans une messagebox [C++] - Programmation
Marsh Posté le 22-01-2002 à 10:44:35
COmment afficher un hexadecimal dans une messagebox merci d'avance.
Marsh Posté le 22-01-2002 à 11:36:50
char tmp[50]; sprintf(tmp, "%X", lenombre); ShowMessage(tmp); y a probablement plus pratique.
[edtdd]--Message édité par antp--[/edtdd]
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 22-01-2002 à 10:44:35
COmment afficher un hexadecimal dans une messagebox
merci d'avance.