Quantcast
Channel: WebBiscuit » CodeProject
Browsing latest articles
Browse All 5 View Live

Image may be NSFW.
Clik here to view.

Your ADO is broken

I found today that Microsoft has violated the holy rules of COM and broken their msado15.dll. The violation occurs after the installation of Windows 7 Service Pack 1 (version 6.1.7601.17514). What’s...

View Article



Image may be NSFW.
Clik here to view.

An introduction to three VC++ Macros: How they came to be

I’ve been recently working on a C++ project and ran into a task where I had to move many inline header functions out of the header and into the corresponding .cpp file. Visually, I wanted to convert:...

View Article

Image may be NSFW.
Clik here to view.

A macro to flip between the source and header file (and back again)

The macro journey begins here, moving a function from a header file into its source file. The first problem presents itself as this: how can I get at the source file from the header file? I have never...

View Article

Image may be NSFW.
Clik here to view.

A macro to create a C++ implementation from a header declaration

The second macro in this mini-series is a highly useful one. From the header declaration, it opens up the .cpp file and creates the skeleton so you can begin to add the implementation. This makes...

View Article

Image may be NSFW.
Clik here to view.

Base64 Encoder and Boost

Well, I was looking for a Base64 library recently, and I thought, “I know, I bet it is in Boost, I have Boost, and Boost has EVERYTHING.” And it turns out that it does! Kind of. But it’s a bit odd and...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images