4 1/2 Components of an IPC Daemon
ZeroC's ICE for the actual IPC (InterProcessCommunications), Qt's QCoreApplication for daemon wrapping, Wt (WebToolKit) for Web GUI, Boost Libraries... more »
0 commentsSave Tags: c-and-cpp, frameworks, methodology
C++ Custom Containers and Iterators
A collection resources on where one might find information on how to implement a C++ custom container and iterator.
0 commentsSave Tags: c-and-cpp, research
How Not To Form a Standard
Out of a 6000 page submission, here is but one example of how Microsoft's OOXML becomes painful to implement.
0 commentsSave Tags: microsoft, standards, xml
Who Needs a SafeD Net?
When someone is attempting to promote their new language, invariably C++ is mentioned. The warts are mentioned, but rarely are it's benefits... more »
1 commentsSave Tags: c-and-cpp, opinion, other languages, reviews
Building Boost, ASIO, and Wt for Eclipse C++
Web pages, if you think about it, are collections of objects. hmmm.. object oriented design. How about C++? How about using the Wt framework (which... more »
2 commentsSave Tags: c-and-cpp, frameworks, how-to, web 2.0
VC++ MultiCast Delegate Template
I was looking for a way to make a MultiCast Delegate out of the C++ FastDelegate code at CodeProject. This seems to work well. It is a... more »
0 commentsSave Tags: c-and-cpp