Skip to content

Microstrong's Space

  • Read
  • Misc
Tech

[C++][Chap. 9] Miscellany

by: MicrostrongPosted on: April 29, 2024

[content] Item 53: Pay attention to compiler warnings Example: warning: D::f() hides virtual B::f(). D::f […]

Tech

[C++][Chap. 8] Customizing new and delete

by: MicrostrongPosted on: April 27, 2024April 27, 2024

[content] Item 49: Understand the behavior of the new-handler DO: When operator new is unable […]

Tech

[C++][Chap. 7] Templates and Generic Programming

by: MicrostrongPosted on: April 20, 2024April 20, 2024

[content] Item 41: Understand implicit interfaces and compile time polymorphism Both class and templates support […]

Tech

[C++][Chap. 6] Inheritance and Object-Oriented Design

by: MicrostrongPosted on: April 18, 2024April 20, 2024

[content] Item32: Make sure public inheritance models “is-a” DO: Public inheritance means “is-a” relationship. Everything […]

Tech

[C++][Chap. 5] Implementations

by: MicrostrongPosted on: April 16, 2024April 20, 2024

[content] Item 26: Postpone variable definition as long as possible DO: Declare, define and initialize […]

Tech

[C++][Chap. 4] Designs and Declarations

by: MicrostrongPosted on: April 16, 2024April 20, 2024

[content] Items 18: Make interfaces easy to use correctly and hard to use incorrectly DO:1. […]

Tech

[C++][Chap. 3] Resource Management

by: MicrostrongPosted on: April 13, 2024April 16, 2024

[content] Items 13: Using objects to manage resource DO: Resources are acquired and immediately turned […]

Tech

[C++][Chap. 2] Constructor, Destructor and Assignment Operators

by: MicrostrongPosted on: April 11, 2024April 16, 2024

[content] Items 5: know what functions C++ silently writes and calls WHY: If there are […]

Recent Posts

  • [RL] TRPO
  • [Algo] Tree Algorithms & Tree Query
  • [RL] VPG
  • [Algo] Greedy Algorithms
  • [Algo] Complete Search

Archives

  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • July 2024
  • June 2024
  • April 2024
  • March 2024
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • September 2022
  • August 2022
Theme Nine Blog by Kantipur Themes