Home Tags C/C++

Tag: C/C++

GNU Tools that Help You Develop C/C++ Applications

10
This article explores how various GNU tools are used for the development of C/C++ applications. It also covers the anatomy of the generated intermediate...

CodeSport

0
This month's column continues the discussion on JavaScript language features. For the last couple of months, the topic of dynamic languages such as JavaScript...

CodeSport

0
In this month's column, we continue our discussion on the threading support introduced in the new C++11 standards. We first look at how we...

Programming Tools for Linux

20
This article is not so much about the various languages, as the programming tools that can be used to write programs using the languages. When...

Function Pointers and Callbacks in C – An Odyssey

24
Function pointers are among the most powerful tools in C, but are a bit of a pain during the initial stages of learning. This...

CodeSport

2
This month's column is special, in honour of LFY's 9th anniversary. We feature tips on how to prepare for programming interviews. This month, we celebrate...

Hackers and the Open Source Revolution

8
This piece corrects the confusion created by mainstream media between "hacker" and "cracker". It also considers the history, nature, attributes, ethics and attire of...

Developing Apps on Qt, Part 1

5
This article introduces application development using the Qt GUI framework. There was a time when all desktop applications were developed from scratch. Then came the...

CodeSport

1
In this month's column, we take a short break from our discussion of compiler optimisations and feature a set of questions for computer science...

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