Quantcast
Viewing all articles
Browse latest Browse all 11

C/C++ library programming on Linux - Part one: Static libraries

Background One of the most important aspects of modern programming is concept of reuse of code. Even C programming language allows us to reuse our code using concepts like simple functions and structures. C++ programming language goes one step further and allows us to group related variables and functions into classes with the same purpose [...]

Viewing all articles
Browse latest Browse all 11

Trending Articles