Include the Binary Files in Your Source Code
June 6, 2012
algorithms, assembly language, implementation, php, python, technical, tools / utilities
No Comments
Sometimes, you might want to wrap a binary file (image, executable) in your source code, to eliminate the hassle when deploying your application. You might consider using resource file …