CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 12 of 12

Threaded View

  1. #7
    Join Date
    Jan 2009
    Posts
    19

    Re: multi dimensional array

    int myArray={{0.1} , {2,3} }
    Int (*ptr) [2][2] = &myArray;
    Last edited by Abhishek Chauhan; March 26th, 2009 at 02:17 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured