Tag: Utilities

50 Best C/C++ Source Code Pages and Websites

In this article, I am going to share 50 outstanding websites and web pages. which I believe. every C or C++ developer should know and bookmark. This list provides direct links to programming source codes along with their description.

Read More

Text editor

This program is written in pure C programming language. The interface of the C program is just like Turbo C/C++ compiler like interface, and it also provides some dialog boxes same like the Turbo C/C++ compiler. It has menus just like C/C++ compiler, text formatting options and also provides options to change font color.

Read More

Bayer Tree implementation in C

This is implementation of Bayer-Trees, which are normally used for indices of data bases. These routines provide all stuff that is needed to create and destroy; insert, update and delete; load and destroy; search and traverse; check a tree. Sort huge amounts of data by doing a multi-phase sorting on temporary files.

Read More
  • 1
  • 2