Thread: Pointer help please

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    178

    Pointer help please

    Okay i've gotten through most of my book and have had to come back to my old arch-enemy pointers. I really have a hard time grasping the concept. Does anyone have any tips or know of any good tutorials that will make this concept a little easier. Thanks in advance.

  2. #2
    There's some great tutorials at www.cpp-home.com

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    The concept of a pointer is an imaginary "pointer" that points to a data in memory. Whatever you do to the pointer affects the data including delete.

    Pointers are extremely powerful when you use it correctly.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Following CTools
    By EstateMatt in forum C Programming
    Replies: 5
    Last Post: 06-26-2008, 10:10 AM
  2. Quick Pointer Question
    By gwarf420 in forum C Programming
    Replies: 15
    Last Post: 06-01-2008, 03:47 PM
  3. Parameter passing with pointer to pointer
    By notsure in forum C++ Programming
    Replies: 15
    Last Post: 08-12-2006, 07:12 AM
  4. Direct3D problem
    By cboard_member in forum Game Programming
    Replies: 10
    Last Post: 04-09-2006, 03:36 AM
  5. Struct *** initialization
    By Saravanan in forum C Programming
    Replies: 20
    Last Post: 10-09-2003, 12:04 PM