Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Biogenicsoup

    free(): invalid pointer problem

    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...
  2. Biogenicsoup

    Return/pointer problem with structures

    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...

Part and Inventory Search

Back
Top