Thread: Pointers, useful? Please explain!

  1. #16
    Nothing is impossible! 74466's Avatar
    Join Date
    Jan 2006
    Location
    Bloemfontein South-Africa
    Posts
    29
    wow.... you ppl just solved one of my problems, without even nowing it exists.... now the program i been workin on will be so much simpler
    Feel welcome to visit my web/wapsite at FantasticWap anytime.

  2. #17
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    In C++, plain pointers are not used as commonly as they are in C. There are often more appropriate alternatives, like references, container classes or smart pointer classes.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Hey guys..need help on pointers
    By Darkozuma in forum C++ Programming
    Replies: 5
    Last Post: 07-25-2008, 02:57 PM
  2. Using pointers to pointers
    By steve1_rm in forum C Programming
    Replies: 18
    Last Post: 05-29-2008, 05:59 AM
  3. Replies: 18
    Last Post: 06-14-2003, 10:40 AM
  4. Pointers on pointers to pointers please...
    By Morgan in forum C Programming
    Replies: 2
    Last Post: 05-16-2003, 11:24 AM
  5. API "Clean Up" Functions & delete Pointers :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 05-10-2002, 06:53 PM