First of all, sorry for not being active on the blog for quite some time, but here I am again. And this time with a binary of my cpsh tool.
While I am rewriting the tool to better support various C++ compilers, you here have a Windows executable that requires gcc to be installed and available. Furthermore, if you do not have BOOST_HOME pointing to a valid Boost installation, you must issue the directive :b- the first thing you do. The new version will automatically do this for you in that Boost-omitting case.
For information about the tool, see the original post. Briefly, start it with
> cpsh -i
> :b-
> ? "Hello " + string("World")
Hello World
> :q
I will upload a newer version later, along with the source code.
Happy shelling!
C++ cpsh