User profile: selenium

User info
User name:selenium
History
Joined:
Number of posts:107
Latest posts:

Am I building or using this library correctly?
Ah i see, thanks very much, never learn that before.

Am I building or using this library correctly?
This is my first time trying to create a library, but when i am trying to use it on other project, i...

Is it possible to delete a dynamic allocated through another pointer?
Ok thanks guys, i guess i get what should i know about the delete and delete[]

Is it possible to delete a dynamic allocated through another pointer?
Krisando, do u still need to "delete [] ary;" do delete the memory allocated for value pointed by a...

Is it possible to delete a dynamic allocated through another pointer?
[quote]If you call a single delete on an array, it tries to deallocate that only element[/quote] If...