C Programming

FLIB2C (Fortran Library to C)

FLIB2C (Fortran Library to C)

FLIB2C is a tool to create header files that provide a simple and easy-to-use interface between FORTRAN (library) routines and C. The differences between the…

A2FPLOT (Read ASCII data and write in fplot style)

To configure the program, edit the file "jsconfig.h". Since this is a general configuration file, not all settings may apply to this package. If in…

Bank Management Program

This is an automated software system written in C programming language for Bank Management which can handle accounts for customers. It uses files to handle…

Data Structure Library

Ubiqx is a collection of ANSI C compatible modules for implementing linked lists, binary trees, caching and spare arrays. The goal of the ubiqx project…

ballonpoking(A GAME IN C++)

This game will help all new C Language Programmers in understanding the concepts of graphics and object oriented programming in C++. So play and enjoy............…

C++ Program to demonstrate SnakeMan game

It is a snake game same as in Nokia Mobile Phones written n C++ using Turbo C++ compiler. I assure that you would love it.…

Brick Game – Game Developed in C++

This is the complete source code of the most favorite flash game 'Web Breaker'. The source code is written completely in C/C++ programming language. The…

ASCII Table – Print ASCII Codes, Characters and Symbols by a Computer Program

The following program prints out the numerical codes of the printable/visible ASCII characters. This C program prints ASCII values of all the alphabets and special…