Search:

Type: Posts; User: myname

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    4,360

    delete on a NULL pointer

    Instead of


    if (ptr)
    {
    delete ptr;
    ptr = 0;
    }
  2. Replies
    5
    Views
    1,177

    templates in different files

    Hi all,

    My problem is as follows - (All info code/error etc listed below)

    If I include code parts #1 & #2 in separate files then I get some linker errors (at the end).

    If I include...
Results 1 to 2 of 2