Dear all,
I am trying to create and initialize a two dimensional and dynamic boolean array with all elements set to zero.
I tride
But that doe snot work.Code:bool** myarray; myarray= new bool[dim1][dim2]
Do you have any suggestions?
Thanks
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: intialising arrayThreaded View
|
Click Here to Expand Forum to Full Width |