#Program security
Good day people.
While writing one of my programs I came on a situation I hope someone here
can remedy. I noticed that any printf messages in my source were left as text
strings in the compiled program. What I don't like about this is that anyone
with a good editor can change what I have written to the user. So, this is
where I need more of your unfaultering great advice.
How can I code constant strings into my program and make them less vulnerable
to changes?
Please accept my thanks in advance. Henry