I'm unable to create a function that formate numbers like that :
1000 -> 1.000
1000000-> 1.000.0000
99999-> 99.999
is there any function in C for that? if it doesn't exist, can you give me an idea about how to it manually?
Thank you,
I'm unable to create a function that formate numbers like that :
1000 -> 1.000
1000000-> 1.000.0000
99999-> 99.999
is there any function in C for that? if it doesn't exist, can you give me an idea about how to it manually?
Thank you,