Project shows usage of one dimencional and two dimensional arrays and usage of them. There created functions that allocate memory, assign values and then release memory.
Just import project to CodeBlocks and compile/run. If you wish you could use another environment by using only main.cpp file.
Program by itself allocate memory and after execution release it. User defines how big arrays should be and what wish to do (min value search,max value search, average value calculate, count elements by value generated).