9/17/2009 9:05 AM | |
Joined: 4/5/2006 Last visit: 7/30/2025 Posts: 917 Rating:
|
Hi unipirate , "%" charscter is a control char in some "C" cunction (like fprintf, sprintf ...), when you want use a "control char" into your code there are 2 solution: 1) you know, use other "\" char to say you don't use char as "control char" but you want to use as "simple" char 2) use double char like "%%" for example, but this has to use for special function, like serial comunication end so on. Hope can clarify a bit your confusion Regards |
Follow us on