i want to display i as in 000Code:
int i = 0;
cout<< i;
if my int i = 1, i want it to display 001.
how do i code it so that it works like that?
Printable View
i want to display i as in 000Code:
int i = 0;
cout<< i;
if my int i = 1, i want it to display 001.
how do i code it so that it works like that?