Home Tags C programmers

Tag: c programmers

Be Cautious while using Bit Fields for Programming

5
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

4
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++

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...