Home Tags C programming language

Tag: c programming language

Different C++ Standards: The Story of C++

0
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

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

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: The Legacy of C

2
Dennis Ritchie died on the 8th of October 2011, at the age of 70. His lasting contributions to computing include creating the C language,...