Home » Archives for November 8th, 2009
Pointers in C++
Pointers:
Pointers are the most powerful feature of C & C++. These are used to create and manipulate data structures such as linked lists, queues, stacks, trees etc. The virtual functions also require the use of pointers. These are used in advanced programming techniques. To understand the use of pointers, the knowledge of memory locations, memory addresses and storage of...