cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What is NEW operator? (for what use is i
What is NEW operator? (for what use is it)
Mar 25, 2014 at 7:38pm UTC
SrgjanLDTeam
(47)
for what use is that new operator?
why should you use statement with new .. when you can declare very simple...
// int a;
Mar 25, 2014 at 8:02pm UTC
pepstein
(100)
it has to do with pointers and dynamic memory allocation, try reading up on that
Mar 25, 2014 at 10:08pm UTC
Jamerack
(81)
http://www.cplusplus.com/reference/new/
Here
Topic archived. No new replies allowed.