Thread: Vector_type?

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    22

    Vector_type?

    I have met the following code:

    #ifndef vec_t
    typedef VECTOR_TYPE vec_t;
    #endif

    Is VECTOR_TYPE a program default word or uer defined word?

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    I searched MSDN and found nothing for VECTOR_TYPE. Searching with google, I found this:

    System constants

    The following constants are used by the various functions of the system to signal certain conditions. Internally, they are represented numerically, although, in general, their exact value is unimportant and may be changed in future versions. In the rare circumstance that you need to know their values, simply type the constant as an expression.

    VECTOR_TYPE

    A constant defining an object of type vector.

  3. #3
    Registered User
    Join Date
    Mar 2003
    Posts
    22

    Thanks

    Thank you for your reply

Popular pages Recent additions subscribe to a feed