| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
4d arrays (general)
Hi,
Not sure if this makes sense but here goes. If i create a 3d array where each element contains an array - is this a 4d array? ie - is it the same as X[][][][] ? Or are they different. Cheers bjj |
|
#2
|
|||
|
|||
|
Sounds like a 4d array to me whichever way around you implement it.
-KM- |
|
#3
|
|||
|
|||
|
you can make a 400 dimension array if you want, but every dimension you add, you multiply that number by whats there, and very quickly you will be taking up more memory than your computer has.
|
|
#4
|
|||
|
|||
|
Yes, that is a 4 dimension array, but I'm sure you dont need it...
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > 4d arrays (general) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|