Hi,
I'm searching to modifie the format of a integer variable
For example :
int nb ;
nb=1;
change the content of the variable nb from 1 to 000001
Hi,
I'm searching to modifie the format of a integer variable
For example :
int nb ;
nb=1;
change the content of the variable nb from 1 to 000001