Tag: c programming language
Different C++ Standards: The Story of C++
C++ is a programming language very popular in academia and the industry. When a professor tries to cover a lot of topics within a...
A Peek Into GNU debugger GDB
This tutorial is aimed towards those who want to learn how to use the GNU debugger GDB in Linux. The tutorial assumes that the...
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...
Joy of Programming: The Legacy of C
Dennis Ritchie died on the 8th of October 2011, at the age of 70. His lasting contributions to computing include creating the C language,...