I have some C++ code which uses some private information (passwords, adresses, etc.), which should never be discovered by anyone, is compiling enough to protect it?
u generally cannot protect data you put somewhere else, you can make it very hard, e.g. by encryption, but then you cannot put the encryption key into the same code