| Sign In/My Account | View Cart |
| Article: |
Modern Memory Management | |
| Subject: | C++ has garbage collection? | |
| Date: | 2005-11-09 06:07:51 | |
| From: | orichy | |
|
Response to: C++ has garbage collection?
|
||
|
Hehe, well, it seems that PHP does indeed have GC, using reference counting. But i wouldn't call it true GC because it's not much different from using shared_ptr in C++, and it has the same problem with cyclic references:
|
||
Showing messages 1 through 1 of 1.
Evan