How can I prevent people from viewing the source code of my programs?
(i use python and c++)
>pic unrelated (it was the only image I had on my computer)
How can I prevent people from viewing the source code of my programs?
(i use python and c++)
>pic unrelated (it was the only image I had on my computer)
Don't give it to them.
Hand chisel your code on the hard drive, or only distribute binaries.
>or only distribute binaries.
don't do this there will be someone who will reverse engineer your fizzbuzz technique
are interfaces basically "contracts" to prevent run time errors?
why doesnt javascript have such a functionality?
>Thinks reversed engineered binary is same as source code
>3 + 3 + 3 is not the same as 3 * 3
with python hardly, with C++ binaries strip it from debugging symbols
Write in C++ using templates everywhere.
They'll see your code but won't understand it.
Can any of you explain how the hell you do any of these things?