cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
delete gcnew
delete gcnew
May 9, 2011 at 9:04am
May 9, 2011 at 9:04am UTC
closed account (
3TXyhbRD
)
I got the next code
1
2
System::String ^str = gcnew System::String(
"abecedar"
);
delete
str;
Will delete free the memory str refers to?
Topic archived. No new replies allowed.