Description: Memory allocation
If you want to allocate memory to vectors and matrices in C++ it will be very simple with this code. You just need to pass the adress of the pointer.
Example:
int **p
MatrixAllocate(&p, 20, 100)
To Search:
File list (Check if you may need any files):
Allocate.h
Cópia de Allocate.cpp
Cópia de Allocate.h
Allocate.cpp