Wednesday, September 2, 2009

C++ Web Services Blog

We created a new blog to discuss Implementing web services in C++. It will explore how to implement web services with WSF/CPP product based on popular open source libraries such as Axis2/C, Rampart/C etc.

Here is the actual URL for the blog.

http://cppwebservices.blogspot.com/

Tuesday, September 1, 2009

Process Explorer

If you are a C/C++ developer working on windows, the process explorer is a great tool for you.It allows you to monitor the progress of a currently running process, its memory and cup usage, view call stack on each thread and many more valuable functionality.