it is a very good but pure C++ book (on COM) and you get deep knowledge but wont get speed for COM.
Press F1 for help or google it. Greetings from Germany
crazy66 wrote:
may I ask how to solve the stack overflow problem.
QuickSort() is a recursive procedure, so I can only guess that your recursion goes to too deep a level, hence stack overflow.