CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BVW

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    1,319

    Re: C++ pointers confusion

    Ahh I see.

    So arr[0][2]+1 would be 'BB '

    What a strange syntax.

    I am converting to .net.

    Thanks for the help.
    :)
  2. Replies
    9
    Views
    1,319

    Re: C++ pointers confusion

    Sorry, the original size of the variable is actually [16][11]. But I didnt think I needed to post the whole massive declaration to get the point across.

    The value for i is actually passed into the...
  3. Replies
    9
    Views
    1,319

    C++ pointers confusion

    Quick question for one of you experts out there.

    I am not a C++ programmer, but I am trying to convert a block of code into another language.
    The below is a troublesome loop that I do not...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured