Garbage Collection in C++ — why?

后端 未结 16 2117
北恋
北恋 2020-11-29 18:32

I keep hearing people complaining that C++ doesn\'t have garbage collection. I also hear that the C++ Standards Committee is looking at adding it to the language. I\'m afrai

16条回答
  •  清酒与你
    2020-11-29 18:54

    What advantages could garbage collection offer an experienced C++ developer?

    Not having to chase down resource leaks in your less-experienced colleagues' code.

提交回复
热议问题