Monday, February 22, 2021

Design & Coding Resources(C++/Java)

Design

https://levelup.gitconnected.com/software-architecture-the-important-architectural-patterns-you-need-to-know-a1f5ea7e4e3d

https://levelup.gitconnected.com/design-patterns-structural-patterns-of-design-classes-and-objects-79d58a6519b 

Coding

insight to C++ : https://cppinsights.io

No comments:

Post a Comment

Simple dlopen-example

        A simple sample for checking whether a .so in Linux both dynamically linked & dynamically loaded-linked in a process will share ...