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

/ 2,256评论 / 7613阅读 / 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. RickyAlage说道:

    buying from online mexican pharmacy Mexican Pharmacy Online mexican pharmaceuticals online

  2. RickyAlage说道:

    mexican online pharmacies prescription drugs mexican pharmacy mexico pharmacies prescription drugs

  3. Pedropaite说道:

    medication from mexico pharmacy: mexico pharmacy – mexico drug stores pharmacies

  4. StevenSen说道:

    canadian pharmacy prices: Large Selection of Medications from Canada – canadian pharmacy no scripts

  5. Marcelcrolf说道:

    http://mexicoph24.life/# mexican border pharmacies shipping to usa

  6. RickyAlage说道:

    mexico pharmacy Online Pharmacies in Mexico reputable mexican pharmacies online

  7. Marcelcrolf说道:

    https://indiaph24.store/# top 10 online pharmacy in india

  8. RickyAlage说道:

    mexico drug stores pharmacies Online Pharmacies in Mexico mexican border pharmacies shipping to usa

  9. Michaelsew说道:

    http://mexicoph24.life/# best online pharmacies in mexico

  10. Marcelcrolf说道:

    http://indiaph24.store/# world pharmacy india

  11. RickyAlage说道:

    mail order pharmacy india Generic Medicine India to USA pharmacy website india

  12. StevenSen说道:

    online canadian pharmacy reviews: Licensed Canadian Pharmacy – onlinepharmaciescanada com

  13. Marcelcrolf说道:

    https://indiaph24.store/# indian pharmacy paypal

  14. RickyAlage说道:

    india online pharmacy Cheapest online pharmacy online shopping pharmacy india

  15. Marcelcrolf说道:

    https://canadaph24.pro/# canadian pharmacy meds review

  16. RickyAlage说道:

    mexican pharmaceuticals online reputable mexican pharmacies online mexico pharmacy

  17. Marcelcrolf说道:

    http://mexicoph24.life/# buying prescription drugs in mexico online

  18. Michaelsew说道:

    http://indiaph24.store/# reputable indian online pharmacy

  19. RickyAlage说道:

    mexico drug stores pharmacies medication from mexico pharmacy п»їbest mexican online pharmacies

  20. Marcelcrolf说道:

    http://indiaph24.store/# india pharmacy

  21. RickyAlage说道:

    reputable mexican pharmacies online mexico pharmacy mexico pharmacies prescription drugs

  22. Marcelcrolf说道:

    https://mexicoph24.life/# best online pharmacies in mexico

  23. StevenSen说道:

    mexican border pharmacies shipping to usa: Mexican Pharmacy Online – mexico drug stores pharmacies

  24. RickyAlage说道:

    mexico pharmacies prescription drugs pharmacies in mexico that ship to usa mexican drugstore online

  25. Marcelcrolf说道:

    http://indiaph24.store/# Online medicine order

  26. Michaelsew说道:

    http://mexicoph24.life/# medication from mexico pharmacy

  27. RickyAlage说道:

    top online pharmacy india indian pharmacy cheapest online pharmacy india

  28. Marcelcrolf说道:

    https://canadaph24.pro/# best canadian pharmacy to buy from

  29. RickyAlage说道:

    canadianpharmacyworld Large Selection of Medications from Canada ordering drugs from canada

  30. Marcelcrolf说道:

    http://mexicoph24.life/# mexican drugstore online

  31. StevenSen说道:

    mexican online pharmacies prescription drugs: Online Pharmacies in Mexico – pharmacies in mexico that ship to usa

  32. Marcelcrolf说道:

    http://indiaph24.store/# india online pharmacy

  33. RickyAlage说道:

    purple pharmacy mexico price list best online pharmacies in mexico mexico drug stores pharmacies

  34. Michaelsew说道:

    https://indiaph24.store/# Online medicine home delivery

  35. JustinTut说道:

    reputable indian online pharmacy http://indiaph24.store/# pharmacy website india
    online shopping pharmacy india

  36. Marcelcrolf说道:

    https://mexicoph24.life/# mexican pharmaceuticals online

  37. RickyAlage说道:

    medication from mexico pharmacy Mexican Pharmacy Online best online pharmacies in mexico

  38. JustinTut说道:

    indian pharmacies safe https://indiaph24.store/# best india pharmacy
    buy prescription drugs from india

  39. Marcelcrolf说道:

    https://canadaph24.pro/# canadian family pharmacy

  40. RickyAlage说道:

    indian pharmacy online buy medicines from India pharmacy website india

  41. Marcelcrolf说道:

    https://mexicoph24.life/# mexico drug stores pharmacies

  42. JustinTut说道:

    top 10 pharmacies in india https://indiaph24.store/# pharmacy website india
    top online pharmacy india

  43. RickyAlage说道:

    pharmacies in mexico that ship to usa Mexican Pharmacy Online mexico drug stores pharmacies

  44. Marcelcrolf说道:

    http://mexicoph24.life/# mexican online pharmacies prescription drugs

  45. StevenSen说道:

    mexican border pharmacies shipping to usa: Mexican Pharmacy Online – buying prescription drugs in mexico online

  46. Michaelsew说道:

    http://indiaph24.store/# indian pharmacy online

  47. Marcelcrolf说道:

    https://indiaph24.store/# india pharmacy

  48. RickyAlage说道:

    mexican drugstore online Mexican Pharmacy Online purple pharmacy mexico price list

  49. JustinTut说道:

    mail order pharmacy india http://indiaph24.store/# reputable indian online pharmacy
    reputable indian online pharmacy

  50. Marcelcrolf说道:

    https://mexicoph24.life/# reputable mexican pharmacies online

发表回复

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