help needed to upgrade from Visual Studio2003 to VS2005

Discussion in 'C' started by ameat, Jun 30, 2008.

  1. ameat

    ameat New Member

    Joined:
    Jun 26, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    im upgrading from vs2003 to vs 2005 and the following code is creating a big error..... i wish anyone can help me fix the problem!! member amit shrestha 1 hr 47mins ago

    void Separate::WordSeparate1(ArrayList* start,ArrayList* end)
    {
    ArrayList** wordStart=new ArrayList*();
    ArrayList** wordEnd=new ArrayList*();
    IEnumerator *wordStartEnumerator,*wordEndEnumerator;
    ArrayList** wordStart1=new ArrayList*();
    ArrayList** wordEnd1=new ArrayList*();


    }
    the concept of double pointer is only available in vs2003....now i need to work this function in vs2005. how can i use the concept of double pointer in VS2005???

    regards,
    amit
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    What errors do you get?
    I don't think the problem is that VS2005 doesn't support double pointers. True I haven't checked explicitly but I'm quite certain it does.
     

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