Writing Secure Code for Windows Vista is Shipping!

I've recieved a number of emails from folks saying they have got their copies of our latest book, Writing Secure Code for Windows Vista.

David and I got our copies yesterday. The first things that hit me about the book are (a) it's the smallest book we've written (which is good!) and (b) it's very code dense (which is also good!)

One question posed was, "who wrote which chapters?" The easiest way is to look at bracket-styling for C or C++ code:

David

if (x)

{

}

Michael

if (x) {

}

So now you know :-)