Home

Submit

Source

Feeds

Home » C and C++ » Pointers and References ::

C and C++ Pointers and References
Using pointers to access memory locations.Pointers are an extremely powerful programming tool. They can make some things much easier, help improve your program's efficiency, and even allow you to handle unlimited amounts of data.
Related Tutorials
C and C++ Pointers and References
Introducing pointers
C and C++ / Pointers and References
Pointers represent an important aspect of C++. Although, newbies often get confused with pointers, even those who know other programming languages.

Site: www.geekpedia.com Report - View Tutorial

C and C++ Pointers and References
Lesson 18: Pointers and Stacks in C
C and C++ / Pointers and References
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.

Site: visualcplus.blogspot.com Report - View Tutorial

C and C++ Pointers and References
Pointers to C++ Member Functions
C and C++ / Pointers and References
Pointers to Member Functions are one of C++'s more rarely used features, and are often not well understood even by experienced developers. This is understandable, as their syntax is necessarily rather clumsy and obscure. While they do not have wide applicability, sometimes member function pointers are useful to solve certain problems, and when they do apply they are often the perfect choice, both for improved performance and to make the code sensible.

Site: www.codebeach.com Report - View Tutorial

C and C++ Pointers and References
Arrays and Pointers
C and C++ / Pointers and References
Learn: Relating a Pointer to an Array, A Pointer as Argument, Passing Pointers as Arguments, Passing Reference Pointers to Functions, Pointers and Multi-Dimensional Arrays, Dynamic Arrays Dynamic Multi-Dimensional Arrays, Pointers and Arrays With Functions, Single Dimensional Arrays and Functions and more.

Site: www.functionx.com Report - View Tutorial

C and C++ Pointers and References
Understanding Pointers
C and C++ / Pointers and References
A quick guide to C pointers for people having trouble with the concepts involved.

Site: www.geekpedia.com Report - View Tutorial

C and C++ Pointers and References
Pointers and References in C++
C and C++ / Pointers and References
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.

Site: www.codebeach.com Report - View Tutorial

C and C++ Pointers and References
Smart Pointers - Part 1
C and C++ / Pointers and References
Programming tutorial for understanding "Smart Pointers".

Site: www.geekpedia.com Report - View Tutorial

C and C++ Database Integration
Using ADO in C++
C and C++ / Database Integration
How nice it is to do database programming with ADO and C++. But this combination never made the mainstream of programming. Programming with ADO in C++ is just as easy as with Visual Basic, you just have to explicitly release COM objects, handle exceptions and work with those nasty C++ pointers. But all in all, if you can handle the added complexity of C++, then you should be able to create much more robust applications then with junior languages like Visual Basic. The best way to use ADO in C++ is to use the smart pointers created with the #import directive in Visual C++.

Site: www.developerfusion.co.uk Report - View Tutorial

C and C++ Getting Started
Pointers
C and C++ / Getting Started
See a useful beginning tutorial on C++.

Site: www.cplusplus.com Report - View Tutorial

C and C++ Functions and Classes
Pointers and Functions
C and C++ / Functions and Classes
Learn: Reviewing Functions, Declaring a Pointer to Function, Using a Pointer to Function, A Pointer to a Function as Argument, Passing a Function as Argument, An Array of (Pointers to) Functions, Using an Array of Functions and more.

Site: www.functionx.com Report - View Tutorial

C and C++ Functions and Classes
Polymorphism
C and C++ / Functions and Classes
Before getting into this section, it is recommended that you have a proper understanding of pointers and class inheritance.

Site: www.cplusplus.com Report - View Tutorial

C and C++ Pointers and References
Smart Pointers - Part II
C and C++ / Pointers and References
In this part we implement a Garbage Collection with C++.

Site: www.geekpedia.com Report - View Tutorial

C and C++ Functions and Classes
Creating a collection class in C++
C and C++ / Functions and Classes
How to use a template to create a custom collection class and using the C++ std::vector STL library as well as the operator. I will expect you to understand how pointers, classes, templates and the operator works

Site: www.geekpedia.com Report - View Tutorial

C and C++ Getting Started
Lesson 19: C Programming Examples
C and C++ / Getting Started
I've based this lesson on a single program example. This part of C programming tutorial has dual purpose: firstly to teach you how to apply previously learned C/C++ knowledge, second: to show you how pointers, arrays, functions and matrixes can be combined together in one single program.

Site: visualcplus.blogspot.com Report - View Tutorial

C and C++ Functions and Classes
Strings
C and C++ / Functions and Classes
Learn the following: Declaring and Initializing an Array of Characters, Streaming an Array of Characters, Multidimensional Arrays of Characters, Declaring a Pointer to Characters, Declaring and Initializing an Array of Characters, Requesting an Array of Characters, Arrays of Characters and Pointers, Dynamic Arrays of Characters, Passing an Array of Characters, Returning an array of Characters, Multidimensional Arrays of Characters, Double-Dimensional Arrays Declaration, Two-Dimensional Arrays of Characters and Functions, Introduction to Strings, Defining a String, String Manipulation Functions, Copying One String Into Another, Comparing Strings Functions, Working With Individual Characters, Working With Sub-Strings, Working With Character Cases, Formatting Strings.

Site: www.functionx.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement