Database programming in C/C++ is quite fun, actually. Learn the basics here.
Latest ODBC Articles
Managed Extensions: Using the .NET ODBC Classes to Read Text Data
Tom Archer explains how to use the Microsoft Text Driver and the .NET ODBC Classes to read formatted text data.
Ultra Simple DB Class Interface for ODBC
The ODBC API has a lot of power and flexibility, but sometimes you just want to get the data without all the effort. Hence, these simple class wrappers. (The article, demo project, and source code were updated.)
A Simple and Smart ODBC Wrapper Library
Direct usage of ODBC is very complex. Anybody who tries to work with ODBC will agree with this statement. This small and smart ODBC wrapper makes working with ODBC much simpler.
Executing Multiple Firect ODBC SQL Calls
Have you ever tried to issue multiple direct ODBC calls only to have some of the calls after the first fail?
Database Template Library
The authors of this library have combined the flexibility of templates with the power of ODBC to create a truly unique and robust library for database access!!
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.