Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ クラスに明示的なデストラクタを提供しない場合、コンパイラによって提供されるデフォルトのデストラクタがすべてのクラスに必要であると確信しているため、それで問題ありませんか? それとも、これは悪い習慣と見なされますか?