CompuServe Messages

#Program security

    22-Sep-95 19:31:13
Sb: #Program security
Fm: Henry Williams 73527,1446
To: All
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