[c++]new之后不delete的弊端

/ 6,856评论 / 20807阅读 / 0点赞

前言

* new申请的内存,即使你没有执行delete,在程序结束后,也会释放掉的。

* 但这样做会有很多弊端,下文将列举部分情况。


弊端

不delete的话被释放时不会执行析构函数

#include<iostream>
using namespace std;

class test
{
	string name;
public:
	test(const string& in_name)
	{
		name = in_name;
		cout << "<< " + name + " 出现了,指针:" << this << endl;
	}


	~test()
	{
		cout << "<< " + name + "执行了析构函数,指针:" << this << endl;
	}

};

int main()
{
	test t1("t1");

	test* t2 = new test("t2");

	test* t3 = new test("t3");

	cout << endl << endl;

	delete t2;

	cout << endl << endl << "<< main - return" << endl << endl;

	return 0;
}

可能导致运行时占用大量内存,影响程序长时间运行

  1. Bradleyarrip说道:

    http://mexicanpharmgate.com/# mexican online pharmacies prescription drugs

  2. After I initially commented I appear to have clicked the -Notify me when new comments are added- checkbox and now whenever a comment is added I get four emails with the same comment. Is there an easy method you can remove me from that service? Thanks a lot.

  3. Тут можно преобрести несгораемый сейф купить купить огнеупорный сейф

  4. Тут можно преобрести сейф огнеупорный купить огнестойкий сейф купить

  5. DennisBob说道:

    cheapest Gabapentin GabaPharm: buy gabapentin – gabapentin

  6. RobertCaw说道:

    buy gabapentin india: GabaPharm – buy gabapentin online

  7. Everything is very open with a clear clarification of the challenges. It was definitely informative. Your site is extremely helpful. Many thanks for sharing!

  8. RobertCaw说道:

    furpharm: buy furosemide online – furpharm

  9. CurtisTraup说道:

    buy Gabapentin GabaPharm buy gabapentin buy gabapentin india

  10. CurtisTraup说道:

    ere pharm best ed pill ere pharm erepharm pills

  11. Lloydlania说道:

    https://kampharm.shop/# Kamagra Kam Pharm

  12. Lloydlania说道:

    http://erepharm.com/# best ed pills online

  13. Fake id maker说道:

    Good day! I simply would like to offer you a huge thumbs up for the excellent information you have right here on this post. I am returning to your site for more soon.

  14. DennisBob说道:

    lasix: lasix – buy furosemide online

  15. Robertmep说道:

    https://rybpharm.com/# buy rybelsus online usa

  16. 두정오피说道:

    Aw, this was a very nice post. Taking a few minutes and actual effort to produce a very good article… but what can I say… I put things off a whole lot and never manage to get nearly anything done.

  17. CurtisTraup说道:

    semaglutide buy rybelsus online usa rybpharm rybelsus

  18. CurtisTraup说道:

    buy gabapentin online Buy gabapentin for humans GabaPharm Gabapentin

  19. After I originally left a comment I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on whenever a comment is added I recieve 4 emails with the exact same comment. There has to be an easy method you are able to remove me from that service? Cheers.

  20. Lloydlania说道:

    https://gabapharm.com/# buy gabapentin india

  21. hydraulico说道:

    I was excited to find this website. I want to to thank you for your time for this particularly fantastic read!! I definitely appreciated every part of it and i also have you book marked to see new information in your web site.

  22. Тут можно преобрести купить оружейный сейф в москве сейф под ружье цена

  23. Тут можно преобрести стоимость сейфа для оружия сейфы для ружей

  24. Lloydlania说道:

    https://furpharm.com/# furosemide fur pharm

  25. Тут можно преобрести сейф огнестойкий в москве купить огнестойкий сейф в москве

  26. Тут можно преобрести огнестойкие сейфы купить сейф огнестойкий

  27. DennisBob说道:

    buy rybelsus online usa: rybpharm – semaglutide

  28. Lloydlania说道:

    http://furpharm.com/# cheapest lasix

  29. Your style is so unique in comparison to other people I have read stuff from. Many thanks for posting when you’ve got the opportunity, Guess I’ll just bookmark this site.

  30. CurtisTraup说道:

    buy rybelsus online usa rybpharm cheap semaglutide semaglutide

  31. CurtisTraup说道:

    furpharm buy furosemide online cheapest lasix

  32. Listed here are four causes to make use of interactive floor plans in your on-line real estate listings or as links in categorized adverts.

  33. 保険 立替说道:

    It was believed that Public Service had recently turned over its 99-yr lease to the Erie Railroad, who wanted to mix the Harrison Street and downtown Passaic stations, but this was denied by Public Service.

  34. The RMDH at Stanford dates again to 1979 when the original home opened.

  35. I had a large advantage by dwelling with my mother and father.

  36. Hussain, Nadiya (11 November 2015).

  37. An oversize porcelain bowl displayed on the mantelpiece has two framed watercolors as its neighbors.

  38. The earthquake was also said to have triggered a surge in violent crimes and protests already spiraling out of control.

  39. This funding automobile holds a number of securities, including stocks, bonds, and different sub-asset courses.

  40. Atlanta: Whitman Publishing, LLC.

  41. сейф说道:

    Здесь можно преобрести новый сейф стоимость сейфа

  42. Edgar Edwards George Edgley, JP, Meter Reader, Japanese Electricity Board.

  43. Sizzling water also can cause coloration fading and materials shrinkage.

  44. Compared to other excessive-pace trains, the X 2000 isn’t significantly quick; however in comparison with regular practice providers, it cuts journey time by about 10-15 – sufficient to make it aggressive with airlines on many routes.

  45. He was born February 18, 1902 in Luling, Caldwell County, Texas, USA19, and died February 25, 1973 in San Antonio, Texas, USA19.

  46. Andrew Ramsay Young, Clerk and Solicitor, Dundee Harbour Belief.

  47. Spencer famous jokingly that the railroad would find a strategy to get something they needed completed, even if it took 50 years.

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注