|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - taking a crosssection of a 3-D array
So, how do I take a cross section of a 3-D array. Basically I want to be able to take a 2D matrix from a 3-D array. auto m = a[][n][]; something like that. Any ideas? if you need more info, let me know. -Andrew May 29 2009
Andrew:So, how do I take a cross section of a 3-D array. Basically I want to be able to take a 2D matrix from a 3-D array. auto m = a[][n][]; May 30 2009
|