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.
Application
Multimedia
Remove
Platform
Any
License
Any
Imagine the convenience, if we could control different devices at home/industry by using a single PC. Our project aims at the same and could be used to control the printer power, loads & other...
This is a tutorial on how to use the GTK (the GIMP Toolkit) GtkTreeView widget through its C interface.
GLUT is the OpenGL Utility Toolkit. GLUT is good for learning OpenGL since it is platform independent, and you don't have to worry about Windows programming. The same program should compile under...
Getting Started with OpenGL GLUT tutorial using Windows and Pelles C. GLUT is the plaform independent OpenGL Utility Toolkit. The same program should compile under Windows, Linux, UNIX, etc. GLUT...
This article explains how to start graphics programming with turbo c. Explains colors, shapes, initialising, writing simple graphics effects. Easy to understand, using examples.
TIFF is an extremely common but quite complex raster image format. Libtiff, a standard ANSI C implementation of the TIFF specification, is free and works on many operating systems. This article...
This article implements a solution that relies on a good understanding of the Unix APIs and robust software architecture. Embedding Java code into a Unix application developed in C or C++ can create...