Search:

Type: Posts; User: SuperGodAntMan

Search: Search took 0.00 seconds.

  1. Thanks for the speedy responses, guys :) I...

    Thanks for the speedy responses, guys :)

    I eventually went with turning crc and wrc into a new'd array of RECTs, a la
    RECT* rc = new RECT[1]; which should make it compatible with delete.
  2. Freeing memory for non-pointer variables

    I haven't done much with C++ as of yet, but I come to the language with a ton of LPC (C derivant used with MudOS) experience. To the end of learning some of the low-level stuff LPC doesn't handle...
Results 1 to 2 of 2