does anyone know how to use
#include "apmatrix.h" ???
This is a discussion on #include "apmatrix.h" within the C++ Programming forums, part of the General Programming Boards category; does anyone know how to use #include "apmatrix.h" ???...
does anyone know how to use
#include "apmatrix.h" ???
I think you need to understand what is it you're doing at the moment in your other threads, before throwing in a whole new level of complication.
#include "apmatrix.h"
you would use that if you have a header file called apmatrix.h in your current directory that you would like to include. if you use " 's youll be including (more than likely) somthing you made. <>'s includes somthing that was made and put into your includes folder...
did that help??? or were you wanting to know what apmatrix.h does?? >.< sorry