Ok, I am just always using C++ with the \ excape char and not C with the % excape char. Thanks for letting me know. I will try to remember in the future.
Curtis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
someone knows why don't show the last %?
why dont people search google beofer asking such a simple question...
Zero Valintine
I believe you will need a \ infornt of the % since the % is something important. Kinda like having \" \' \\ when showing those characters.
Curtis
Jes, but not \, but another % so - printf ("%.0f %%", float);
Ok, I am just always using C++ with the \ excape char and not C with the % excape char. Thanks for letting me know. I will try to remember in the future.
Curtis