Changes

Jump to: navigation, search

C/C++ FAQ

No change in size, 21:17, 8 November 2012
C/C++ FAQ
Q: How to visualize a multi-dimensional array?
Q: What is the correct way to pass a 2D array (called array) into a function? Which of the following is right: array[][],
array[][COLS] or **array? Q: When creating the header file for a template class and putting the implementation in the
header as well there are no errors. However when splitting the deceleration (header) and implementation
(making a cpp file) for that class template there are numerous compile errors. What do all these errors mean?
1
edit

Navigation menu