Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Pointers and References in C++ - C++ tutorial


The ability to manipulate memory and memory locations directly is part of what makes C and C++ so powerful, so dangerous, and so difficult for beginners. C only has pointers, but C++ uses pointers and references that have a nicer syntax and attempt to be safer. This article will attempt to demystify these concepts in the minds of beginning C/C++ programmers.
Category: C++ tutorials > Programming - Difficulty:

More cool C++ tutorials:



Shadows
Shadows
Discusses how to make shadows in your games.
Category: C++ tutorials > Games - Difficulty:
CD Drive Control
CD Drive Control
Enumerates all CD-ROM drives and allows them to be opened and closed at the touch of a button.
Category: C++ tutorials > Programming - Difficulty:
Break statement - C++
Break statement - C++
The break statement has two uses. You can use it to terminate a case in the switch statement.
Category: C++ tutorials > Basics - Difficulty:
Lesson 18: Pointers and Stacks in C
Lesson 18: Pointers and Stacks in C
Today's lesson goes more into details about pointers and their usage as function's arguments. Additional tutorial about stacks in C and C++ is provided. Be sure to read this lesson carefully in order to understand it, since pointers are most important part of C programming language.
Category: C++ tutorials > Programming - Difficulty:
Stream classes for console operations - C++
Stream classes for console operations - C++
Stream classes for console operations Tutorial C++
Category: C++ tutorials > Basics - Difficulty: