Search:

Type: Posts; User: Scottc1988

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,164

    I dont understand constructor/destructors.

    I dont understand constructor/destructors.
  2. Replies
    12
    Views
    2,164

    Lol

    Lol
  3. Replies
    12
    Views
    2,164

    Pointers, Classes, and Errors o my!

    Ok heres my class under header files as P1.h:


    typedef unsigned long int ULONG;

    class P1;
    {
    public:
    ULONG* pointer;
    pointer=&h;
Results 1 to 3 of 3