Managing 3d In C/c++ Most of the C/C++ programmer are acquainted with the use of array (in other programming language too). Usually we use 1d or 2d array for various kind of processing. But we can use 3d array for many purposes. Such that developing an event reminder, or event log, or ticket reservation software. You can manage 3d array to do these more perfectly and skillfully. Actually you can imagine a 3d array...... Similar Editorial : Managing Access by Don R. Crawley. | Source : C# Event