C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Article

Store and organize your favorite links

Xaffee is a great online tool to store and organize your favorite links. You can share your links with other usersor to find interesting websites recommended by others. Xaffee contains websites from...
Article

50 C/C++ source code websites

It’s well known that C/C++ languages are the most dominant programming languages around. This is a list of fifty outstanding websites and web pages providing source codes for and programs written in...
Article

List of Hello World Programs in 300 Programming Languages

This is a complete list of “Hello World!” programs written in more than 300 existing programming languages including Assembly language, Low-level, High-level, Object Oriented, Document formats, Page...
Article

Switch-Case optimizations in C

The biggest bottlenecks in making efficient code today are jumps or branches. You must have always heard of people telling you to use switch-case blocks instead of cascadin if-else’es. They were...
Article

Top 10 best applications written in C and C++ Programming

Here is a list of famous applications and software packages written in C or C++ programming languages. Most of the programs are partially or completely written in C or C++. Apart from these...
Article

TIP: A Post For Pidgin Plugin Developers

Recently I wrote a small autoreply-answering-machine app for pidgin with a simple premise. Send custom automatic replies to different people when they message you and came across a strange bug. It...
Article

Validating Untrusted Integer Inputs

If you are writing a software which exposes APIs to be used by a third party, then first thing you have to do is to make sure that all the integers parameters have been validated. Every incoming...
Article

int main vs void main

This is an article about the most common mistake that most C/CPP programmers make and clarifies the doubt that they have about the issue which is the correct form to use.
Article

Embed Lua for scriptable apps

The Lua programming language is a small scripting language specifically designed to be embedded in other programs. Lua's C API allows exceptionally clean and simple code both to call Lua from C, and...
Article

Scripting with Guile

Guile isn't just another extension language: it's the official extension language of the GNU project. Guile makes Scheme embeddable, which makes the interpreter ideal for embedded scripting and more....
Article

C programming tutorial

5 basic tutorials for people who are starting to program in the C language.
Article

Implementing associative arrays in C/C++

This article demonstrates using string/char* indexes in regular C array, e.g. myArray=10; We usually use numaric indexes in arrays with C and C++. But there can be another way of using C / C++...
Article

Reading and Writing files in PHP

A complete reference to reading and writing files using pure PHP (the C way) alongwith examples.
Article

Sorting of numbers

Here is an article on sorting of numbers using Selection sort, Bubble sort, Insertion sort. You could also download the program to see how the sorting process takes place. The program is written...
Article

C Source codes

We now start some study corners, where we will try to teach some basics of the computer languages, with analyzing the programming logic and the syntaxes of the same, by providing the worked examples....
Article

C Programming Basic Reference

A very basic yet informative tutorial on C. It contains brief knowledge on variety of topics for beginners as reference.
Article

Networking a C Implementation of BEEP

The IBM BeepLite Networking Layer for C is an implementation of BEEP (Blocks Exchange Protocol), a generic application protocol kernel for connection-oriented, asynchronous interactions. It supports...
1 2 3 4 5  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.