C++20 Concepts: Eliminating Generics Paradigm Drawbacks
As Bjarne Stroustrup points out, “C++ is a multi-paradigmed language.” It supports many different styles of programs, or paradigms, and object-oriented programming is only…
5 min de lectureAs Bjarne Stroustrup points out, “C++ is a multi-paradigmed language.” It supports many different styles of programs, or paradigms, and object-oriented programming is only…
5 min de lectureRobert C.Martin wrote an interesting article about a set of metrics that can be used to measure the quality of an object-oriented design in terms of…
4 min de lectureThe majority of developers have already heard about the design patterns, GOF(Gang Of Four) patterns are the most popularized, and each developer has his way to…
8 min de lectureC++11 and beyond introduced a new thread library. This library includes utilities for starting and managing threads. It also contains utilities for synchronization like…
5 min de lecture16 years after its first checkin, SQLite is the most widely deployed database engine in the world. An open source project such as this is a good…
5 min de lectureWhen the processes running on your machine attempt to allocate more memory than your system has available, the kernel begins to swap memory pages…
5 min de lectureForm wikipedia we can discover a brief explanation about the technical debt: Technical debt (also known as design debt[1] or code debt) is “a…
3 min de lecture