Home Tags Static functions

Tag: static functions

Loading Library Files in C++

8
This article demonstrates how to load shared or dynamic library files in programs written in C++, which is not as straightforward as in C. Device...

Joy of Programming: Scope, Lifetime and Visibility in C

5
Often, programmers confuse the scope, lifetime and visibility of variables. So I'll cover these three important concepts in this month's column. Whenever you declare a...