|
after asking the user for the positive number..
I'm going to ask him again what's the base of this positive number..
and from here I can tell if the form is octel or decimal or .. etc ! ..
scanf I can't use ! .. neither getchar() -- to avoid a known C bug.. cuz I'm dealing with a char..
what do you think ! .. am I wrong ?
|