Two Open Source (BSD) utilities I wrote
#1 Members - Reputation: 351
Posted 12 January 2011 - 04:47 PM
Text to C String
Binary to C Array
#2 Members - Reputation: 100
Posted 12 January 2011 - 11:16 PM
#3 Members - Reputation: 351
Posted 13 January 2011 - 01:47 AM
#4 Members - Reputation: 351
Posted 13 January 2011 - 11:08 PM
#6 Members - Reputation: 351
Posted 14 January 2011 - 01:41 AM
#7 Members - Reputation: 945
Posted 14 January 2011 - 02:36 AM
Yup, I take great care to write ANSI C++. I want to save people the "pop the source file in a default console project" step with popular IDEs / build platforms. CMake and XCode files would be awesome.
CMake files and XCode files are two orthogonal topics. CMake is a meta-makefile-thingy that can generate a wide range of "project-files", like good old makefiles, xcode files, msvc files, etc.
I can only recommend to get in touch with stuff like CMake, autotools, qmake. It is valuable knowledge.
#8 Members - Reputation: 351
Posted 14 January 2011 - 03:31 PM
#9 Members - Reputation: 2049
Posted 15 January 2011 - 08:40 AM
You give it a list of files on the command line and it generates a source/header pair, which you can compile and link in to your application in order to access the embedded files as std::istreams or byte-iterator ranges.
#10 Members - Reputation: 351
Posted 15 January 2011 - 04:13 PM
#11 Members - Reputation: 160
Posted 15 January 2011 - 09:47 PM
FAR Colony http://farcolony.blogspot.com/
#12 Members - Reputation: 351
Posted 17 January 2011 - 02:10 AM






