Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


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

View all templates

This pointer - C++ - C++ tutorial


C++ uses the keyword this to point to the object, which invokes the member function. For instance, if class emp has a member function called getdata and the object objl of emp invokes it as shown in the first statement.
Category: C++ tutorials > Basics - Difficulty:


More cool C++ tutorials:



Else .. if ladder - C++
Else .. if ladder - C++
The general format of else if ladder is shown in the figure. The conditions are evaluated from the top to bottom.
Category: C++ tutorials > Basics - Difficulty:
Linked Lists
Linked Lists
The basics of singly linked lists.
Category: C++ tutorials > Programming - Difficulty:
Typecasting
Typecasting
Typecasting: making variables look like another data-type.
Category: C++ tutorials > Programming - Difficulty:
Horner's Algorithm
Horner's Algorithm
This tutorial will teach you how to run the Horner's algorithm, for number conversion. It converts numbers from a specified numeric system into decimal, without using powers, which makes the whole process faster. The tutorial won't explain why these arithmetic calculations do so, but just how to run them.
Category: C++ tutorials > Development - Difficulty:
Getting started with OpenGL
Getting started with OpenGL
Getting started with OpenGL; The first OpenGL program.
Category: C++ tutorials > Graphics - Difficulty: