Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
C++ In Action: Industrial Strength Programming Techniques (With CD-ROM) Review by TRANQUILLE TABARD
A must-read for any programmer ....Get it now.
if you are a C++ developer,if you ever wanted to do serious Windows development, and create rock solid application for your users to enjoy and have been looking for the right architecture to base your work ...
if you have tried MFC ( or any other OWL and the like ) and want to get rid of them, not for the sake of it, but because you think that a 'platform' that generates an 'Hello World' program that is 1.5 Mo and generates 2 pages of warnings when run with BoundsChecker, might not be the right 'platform' for a commercial application ...
Then this book is a must have.Part 1 Langage : Although it is not a tutorial per say , as the intention is to summarize the major C++ features that will be used in the rest of the book , it is certainly one of the best tutorials on advanced C++ programming !! just this part is worth buying the book , if you don't plan to develop for Windows.
Part2 Techniques : This part covers more advanced topics that will help you build dynamic software : software that don't have any other limits that the capacity of the machine .If 'resource management' doesn't mean much to you, after reading about it, you'll wonder how you did before.And there is no magic tricks : only plain C++ , cleverly used ...
Part 3 Windows : A must ! Thought of reusable components, of wrapping the Windows API into an OO entities that can be (really) reused and augmented ? read it!
and in fact it is not only about Windows : you can create applications that will be portable to any other 'XEROX Parc' based GUI operating system , but without the 'smallest common denominator' syndrom that strikes most commercial packages aiming at that.Part4 : Scaling up.
If your project involves more than one person , this part is full of information and techniques to help you achieve serious 'group development'. And it doesn't come out of thin air : Mr Milewski has been 'building ' those rules on his own experience at MSFT where he was in charge of the Index Server.This guy has a great experience and want to share it. One can't miss such an opportunity.
But if you have any doubt , just go to Relisoft web site , take a look at the Web based version of the book and I bet that in no time you'll order the paper version ...
BTW you'll also find on their web site additionnal tutorials for more advanced windows techniques , and plenty of other stuff besides Code Co-op which is THE version control system that will enable your group to achieve your goals wether working in the same room or in remote locations.One last word : the audience : anyone that does softare development. The VB developer might find that real programming is not that far away, and the advanced programmer will have the impression that someone did put on paper all the things he has had in the back of his head for years ...
Mr Milewski , thanks a lot for your work.