| View previous topic :: View next topic |
| Author |
Message |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Tue Jun 26, 2007 7:22 pm Post subject: What are the points of Constructors and Deconstructors? |
|
|
Title says all.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
TheSorc3r3r I post too much
Reputation: 0
Joined: 06 Sep 2006 Posts: 2404
|
Posted: Tue Jun 26, 2007 7:37 pm Post subject: |
|
|
If you're reading a book/tutorial, it should tell you why + give examples. If it doesn't, go buy a new one. If you're not...
_________________
Don't laugh, I'm still learning photoshop! |
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Tue Jun 26, 2007 7:55 pm Post subject: |
|
|
constructors: initializing variables, allocating memory, safely start everything
deconstructors: freeing memory, safely close everything
|
|
| Back to top |
|
 |
|