c++ Programming Glossary: text_matrix
How do I best handle dynamic multi-dimensional arrays in C/C++? http://stackoverflow.com/questions/365782/how-do-i-best-handle-dynamic-multi-dimensional-arrays-in-c-c bool process_command const std string entry TextMatrix text_matrix Print the position values in the standard output. void display_position.. with the previously collected informations TextMatrix text_matrix dimensions std cout Text matrix with DIMENSION_COUNT dimensions.. entry_buffer.data wants_to_exit process_command entry text_matrix return 0 And you can see that to accede an element in the array..
|