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

/ 6,847评论 / 20785阅读 / 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. DarrenDug说道:

    https://plavixclo.com/# Cost of Plavix on Medicare

  2. AlbertVed说道:

    Clopidogrel 75 MG price: п»їplavix generic – Cost of Plavix without insurance

  3. AlbertVed说道:

    buy Lisinopril 1st: lisinopril 20 mg discount – buy Lisinopril online

  4. BernardGab说道:

    ivermectin 4 mg IverFast ivermectin uk coronavirus

  5. Greetings! Very useful advice in this particular article! It is the little changes which will make the greatest changes. Many thanks for sharing!

  6. Узнай все о септопластика носовой перегородкиисправление перегородки носа цена

  7. Brandenven说道:

    prednisone 12 tablets price: order Prednisone – prednisone 15 mg tablet

  8. Folks have gathered all around.

  9. There are large service sectors, significantly resorts and eating places, in Flagstaff, with many of these companies having a detailed connection to NAU’s School of Resort and Restaurant Administration, to employ these students.

  10. You need to consider workshops on “hot” subjects.

  11. Every document has 4 tracks keyed by coloration and associated to a sort of musical instrument reminiscent of drums, guitar or vocals.

  12. But Chattanooga grew to become certainly one of the first industrial cities within the south within the decades following the Civil War, when many factories, together with iron foundries, steel mills, and textile mills have been constructed there.

  13. コック英語说道:

    The company presents state-of-the-art conference amenities in resorts and conference centers.

  14. Airline officials advised that Delta was practicing predatory pricing to drive away discount airlines.

  15. Starting with transfer 61, a 3-second increment would be added following every transfer.

  16. Brandenven说道:

    how to buy cheap clomid prices: clomid online – can i purchase cheap clomid without insurance

  17. On April 30, 2017, Amazon started operations at CVG with 75 Boeing 767-200ER/300ER aircraft based mostly on the airport and deliberate to have 200 daily takeoffs and landings from its CVG hub to locations throughout the U.S.

  18. 保険 クイズ说道:

    Casket bearers have been Leo Zimbelman, Eugene Schorzman, Larry Miller, Sam Miller, Darrell Stelzer and Melvin Zimbelman.

  19. In 1885 the borough was abolished however the name was transferred to the county constituency in which it stood; this constituency was abolished for the 1918 common election.

  20. After being replaced with Savage Opress for her failures, Ventress returned to the Nightsisters until Normal Grievous led a massacre towards them, which only she and Mother Talzin survived.

  21. I always suggest using a wire crate to your French bulldog pet.

  22. DarrenDug说道:

    http://cytpremium.com/# buy cytotec online fast delivery

  23. − $3,714). About 1.7 of families and 3.6 of the inhabitants had been beneath the poverty line, together with none of those underneath age 18 and 12.1 of these age sixty five or over.

  24. Finally, this paradox was “resolved” by means of a drastic reorganization by Darth Bane, who recast the Sith right into a master-apprentice tradition referred to as the Rule of Two.

  25. Узнай все о искривление носовой перегородки операциясептопластика носовой перегородки

  26. George Clark served collectively in medical practices in Santa Monica and Santa Barbara, Calif.

  27. The “calvo” password is exclusive in that it is likely one of the few passwords in the game that can be guessed, quite than read out of a datacube (it appears on a poster in Alex’s office).

  28. She was born in Anderson County to Fineous and Ethel Hunter Barrett.

  29. BernardGab说道:

    ivermectin 50mg/ml buy Ivermectin online ivermectin 3mg pill

  30. AlbertVed说道:

    lisinopril1st: buy Lisinopril online – lisinopril price 10 mg

  31. Démon néon说道:

    Spot on with this write-up, I truly believe this site needs a lot more attention. I’ll probably be returning to read through more, thanks for the information.

  32. DarrenDug说道:

    http://iverfast.com/# ivermectin 2mg

  33. AlbertVed说道:

    order cytotec online: buy cytotec pills – order cytotec online

  34. Brandenven说道:

    can i order cheap clomid tablets: clomid rex pharm – clomid tablet

  35. bet说道:

    This is a topic that’s close to my heart… Cheers! Where can I find the contact details for questions?

  36. BernardGab说道:

    buy plavix cheapest plavix Plavix generic price

  37. AlbertVed说道:

    plavix best price: PlavixClo Best Price – п»їplavix generic

  38. Brandenven说道:

    where can i get generic clomid without prescription: can i purchase generic clomid without dr prescription – can i get cheap clomid no prescription

  39. AlbertVed说道:

    buy plavix: buy Plavix Clo – buy clopidogrel bisulfate

  40. Davidhax说道:

    reputable mexican pharmacies online https://mexicanpharmgate.com/ medicine in mexico pharmacies

  41. xnxx.com说道:

    I’m amazed, I have to admit. Seldom do I come across a blog that’s both educative and amusing, and without a doubt, you have hit the nail on the head. The issue is something which not enough folks are speaking intelligently about. I’m very happy that I found this in my hunt for something regarding this.

  42. BernardGab说道:

    lisinopril1st buy Lisinopril online lisinopril 5mg pill

发表回复

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