Atul Sharma
Software Engineer @Bloomberg LP
You May Also Enjoy
Design Patterns - Observer pattern
Design Principle Strive for loosely coupled designs between objects that interacts. Loosely coupled designs allow us to build flexible OO systems that can...
Design Patterns - Strategy pattern
Principles Encapsulate that varies. Identify the aspect of your application that vary and separate them from what stays the same. Program to an interfac...
Cmake - building targets
Executables
Getting Started with CMake
CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation proce...