Search:

Type: Posts; User: foot

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,552

    Oops sorry about that mistake :P. The ASCII...

    Oops sorry about that mistake :P.

    The ASCII diagram really helped! The confusion stemmed from the fact that the Ford pointer actually holds two addresses, and thus I thought of it as the actual...
  2. Replies
    3
    Views
    1,552

    Pointers to objects on the heap

    Hello all! I'm teaching myself C++ but am having a little trouble understanding pointers to objects. Take this class:



    class Car {
    public:
    Car();
    ~Car();
    private:
    ...
Results 1 to 2 of 2