Re: printf and /" issue -
14-05-2004
could be because of the % sign. I don't even know what the % sign is for printf, because usually putting a % sign denotes that you want to place a variables value here (e.g. %d for an integer) maybe some compilers find it ok, but some dont.
|