Pregunta

In question: How to compile file .cpp to exe, but with comperssion natively?

¿Fue útil?

Solución

You just compile it using your normal C++ compiler. Then compress the resulting .exe file using UPX.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top