Tag: c programmers
Be Cautious while using Bit Fields for Programming
In this article, the author tells embedded C programmers why writing code involving bit fields needs to be done carefully, failing which the results...
Write Your Own conio.h for GNU/Linux
Here's a close look at the technique and code for console handling in Standard (i.e., ISO/ANSI) C/C++. In the latter part of the article...
Loading Library Files in C++
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...