Home Tags C

Tag: C

C++ inventor builds open source project to define its modern code

0
  C++ is one such traditional programming languages that have been widely used today -- even in several modern applications. But to improve its readability...

Julia: A language that walks like Python, runs like C

0
Julia is an emerging star in the world of programming languages. It offers the coveted combination of high performance and productivity. What Julia offers...

Ccache : A Rapid and Efficient Compiler Cache for GCC/G++

0
Ccache makes compilation very fast because it caches previous compilations and detects when these are being recompiled. It is free software that supports C,...

Netcat: The TCP/IP Swiss Army Knife

0
Here’s an introduction to Netcat, the powerful computer networking utility that performs numerous network related tasks. It is designed to be a dependable back-end,...

A quick look at integer promotion in C

0
Data types like char and short int take a fewer number of bytes than int. These data types are automatically promoted to int or...

Developing Apps on Qt, Part 4

3
In the last article, we worked on the backbone of GUIs, the signal and slot mechanism. In this article, we move ahead to the...

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

Developing Apps on Qt, Part 3

7
In the previous article, we covered some important Qt non-GUI classes; I hope you experimented with others, since the secret to learning lies in...

CodeSport

2
In this month's column, we take a quick look at the threading support introduced in the new standard for C++11. One of the major events...