Search:

Type: Posts; User: Elysia

Search: Search took 0.13 seconds.

  1. Linked lists, dynamic memory, binary trees,...

    Linked lists, dynamic memory, binary trees, situations where you need to be able to point to a different variable/address, etc.
  2. They still have their uses--especially where...

    They still have their uses--especially where references cannot be used!
  3. A pointer can be used in two ways. You can...

    A pointer can be used in two ways.
    You can assign it a memory address (ie change where it points to). This is fine. You don't need to initialize it to do this.
    You can also reference it, which...
Results 1 to 3 of 3