Hi all
I am currently working on a program where i use a lot of different vectors. Most of my program runs perfectly but one particular vector is causing trouble when i try to deallocate it.
the structure of a vector is pretty straight forward
typedef struct vector
{ int type;
int size...
Hi all
I have tried to generalize my matrix expression in my current program, but have encountered some difficulties with method calls. When i call a method which return void with a pointer to my structure (ex: MatrixInverse(mat, invmat);) some of the elements of mat are erased/changed when i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.