what's meant by this code ?

Discussion in 'C' started by falcon eyes, May 30, 2007.

  1. falcon eyes

    falcon eyes New Member

    Joined:
    Apr 8, 2007
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    0
    can some one explain what's meant by this code
    int **IntArray = new int *[first];
     
  2. domain

    domain New Member

    Joined:
    May 1, 2007
    Messages:
    23
    Likes Received:
    0
    Trophy Points:
    0
    this is a declarations of a pointer points to a pointer :D
    it is used when you want to manipulates an array[][]
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice