Thread: Array with pointers.

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    15

    Array with pointers.

    Hey everyone!
    I just learned about pointers, and i want to combine them with arrays, but i don't know what the general syntax is for a pointer pointing to an array. can it point to a full array or will i need to point to every array part? and how?
    Thanks a bunch if you answer

  2. #2
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    O_o

    How about you go back and continue "learning about pointers"?

    You've missed something somewhere.

    Soma

  3. #3
    Registered User
    Join Date
    May 2012
    Posts
    15
    Quote Originally Posted by phantomotap View Post
    O_o

    How about you go back and continue "learning about pointers"?

    You've missed something somewhere.

    Soma
    The answer itself isn't that usefull, but i looked into the table of contents and found the answer in a paragraph 2 chapters further or something.
    Thanks anyways :P

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 05-19-2010, 02:12 AM
  2. Replies: 4
    Last Post: 07-01-2009, 01:53 PM
  3. Syntax for constant array of array pointers
    By BMintern in forum C Programming
    Replies: 4
    Last Post: 05-14-2008, 08:21 AM
  4. Replies: 2
    Last Post: 04-27-2008, 03:39 AM
  5. Replies: 1
    Last Post: 10-21-2007, 07:44 AM