Welcome to MSDN Blogs Sign in | Join | Help

November 2005 - Posts

64-bit TTT class this week...

Train the trainer that is. Although it's an old article (Feb. 2003), I'll read it later today as it's still very useful: Windows Data Alignment on IPF, x86, and x86-64 .
Posted by yvesdolc | 0 Comments

Secure Coding in C and C++.

This page contains code samples from Secure Coding in C and C++ . You can also download Chapter 5 - Integer Security .
Posted by yvesdolc | 1 Comments

Sending your C++ sultion/project files in a ZIP files

Before creating the ZIP file and for example, attaching it to an e-mail and send it to a friend, you might want to considerably reduce its size (the ZIP file, not the friend) by doing: del /s *.pch *.pdb *.ncb *.sbr *.obj *.idb *.ilk Al those are product
Posted by yvesdolc | 1 Comments

How to compile MFC and ATL code with /clr

C++/CLI Do you want to use .NET from your COM DLL built with C++ and ATL? Well, it's not as easy as adding /CLR. Have a look at a v ery instructive section under Mixed (Native and Managed) Assemblies : How to: Compile MFC and ATL Code with /clr . I'm
Posted by yvesdolc | 2 Comments

ASP.NET Atlas

Very nice example of a mashup-style application using Virtual Earth , and various web services... all written using Atlas : http://apps.nikhilk.net/VirtualPlaces
Posted by yvesdolc | 0 Comments

WINVER, _WIN32_WINNT, WIN32_LEAN_AND_MEAN and STRICT

I keep reviewing C++ code that does not define any of those. Please have a look at Using the Windows Headers and STRICT Type Checking .
Posted by yvesdolc | 1 Comments

Generics, generics, generics and generics in the CLR and the BCL

4 FAQs: - Generics FAQ: .NET Framework - Generics FAQ: Best Practices - Generics FAQ: Fundamentals - Generics FAQ: Tool Support Enjoy!
Posted by yvesdolc | 0 Comments

Kinky - Atlas

I heard them on kbcs radio , either during Raizes or ¡Sabor! . I really the first title, "Presidente". Now, don't tell me that "The Headphonist" and "Snapshot" are not inspired by King Crimson's Discipline album! I think I'm going to listen less to Scissor
Posted by yvesdolc | 0 Comments
Filed under:

Programming with Concurrency talks at the PDC....

From http://microsoft.sitestream.com/PDC05/ , those talks are quite interesting if you're interested in multithreading and/or making your application more responsive: FUN302: Programming with Concurrency (Part 1): Concepts, Patterns, and Best Practices
Posted by yvesdolc | 0 Comments
 
Page view tracker