cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
adding/Deleting Object Dynamically runti
adding/Deleting Object Dynamically runtime
Nov 27, 2014 at 4:14pm UTC
Shahan
(1)
How to add/delete object dynamically run time ?? I have a question in which i need to add/delete object dynamically dynamically how to do it ??
Nov 27, 2014 at 4:20pm UTC
mutexe
(2372)
what do you mean by "add"? Add an object to what? Or do you mean create/instantiate?
Nov 27, 2014 at 4:28pm UTC
rjvc
(107)
hmm...Your question is not clear. You can try using new and delete keyword for dynamic purposes. see
http://www.cplusplus.com/reference/
for more info.
Topic archived. No new replies allowed.