Thread: #include "apmatrix.h"

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    71

    #include "apmatrix.h"

    does anyone know how to use

    #include "apmatrix.h" ???

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,664
    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.

  3. #3
    One line at a time... Tsunexus's Avatar
    Join Date
    Dec 2005
    Location
    north carolina
    Posts
    4
    #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

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  2. MFC include BS
    By VirtualAce in forum Windows Programming
    Replies: 4
    Last Post: 10-31-2005, 12:44 PM
  3. help with finding lowest number entered
    By volk in forum C++ Programming
    Replies: 12
    Last Post: 03-22-2003, 01:21 PM
  4. #includes don't seem to be working
    By Inquirer in forum C++ Programming
    Replies: 12
    Last Post: 08-05-2002, 05:38 PM
  5. MFC Assertion Failure
    By maxthecat in forum Windows Programming
    Replies: 5
    Last Post: 08-01-2002, 09:58 AM