Code center > Darwinbots Program Source Code

Direction of the Code

<< < (3/10) > >>

Numsgil:
Allocating memory, then cleaning up after yourself = good

Allocating memory and totally not releasing it to the system when you're done = bad

Botsareus:
:blink: Say what?


--- Quote ---Allocating memory and totally not releasing it to the system when you're done = bad
--- End quote ---

I thought and am still pritty sure after a vb program terminates it releases all its memory.

Numsgil:
[span style=\'font-size:11pt;line-height:100%\']VB[/span] Does.  Others DO NOT.  (Necessarily, some do, but they don't have to.  It's not ANSI standard.)

Botsareus:
ok good , then we stay with vb.

Numsgil:
Just because you don't want to spend the 5 minutes to put in the proper cleanup code?

Other languages don't do it for you, so you have to.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version