Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Connecting to MySQL with C++ using the MySQL++ API - C++ tutorial


Connecting to MySQL with C++ using the MySQL++ API
Category: C++ tutorials > Database - Difficulty:

More cool C++ tutorials:



OpenGL and Windows
OpenGL and Windows
OpenGL and Windows: Intro to Windows Programming for OpenGL.
Category: C++ tutorials > Graphics - Difficulty:
The Basics of 3D rotations
The Basics of 3D rotations
The purpose of this tutorial series is to explain the math involved behind rotating points in three dimensions.
Category: C++ tutorials > Graphics - Difficulty:
Lesson 6: ASCII code and character variables
Lesson 6: ASCII code and character variables
This lesson, as can be presumed from its title, will teach you what is ASCII code, how does it affect programmer’s variables and what is the difference between number and numerical figure. This one's easy... Hope you still haven't pulled back; just when I hit you in the face with hardcore code in next few lessons, don't say I caught you off guard :) Developing your own program, even as simple as calculator can give you nice, productive feeling.
Category: C++ tutorials > Basics - Difficulty:
XOR Encryption Tutorial
XOR Encryption Tutorial
Learn the basics to xor encryption and write your own program. Some programming knowledge is required such as C/C++ languages.
Category: C++ tutorials > Security - Difficulty:
Strings - C++
Strings - C++
A group of integers stored in the memory is called an integer array. Similarly, a group of characters form a character array.
Category: C++ tutorials > Basics - Difficulty: