Graphics

Importance of Graphic Design in Digital Marketing

Importance of Graphic Design in Digital Marketing

It’s a proven fact that there is a direct correlation between effective and efficient design and business growth. Some marketing experts go so far as…

C Program of Library Management System

This is a C program to implement Library Management System by which a librarian can operate a simple library. It uses Linked List, Stack and…

C Program to create Turbo C compiler UI

This is a small C program that demonstrates Turbo C Compiler User Interface. This is done by using graphics library in C.

Profit/Loss Calculator

This is a small utility written in C Programming Language to calculate the net income by checking a person's salary and monthly expenses. On the…

Scientific Calculator Program

This graphical scientific calculator purely written in C programming language. It uses small functions to draw buttons on the screen and perform scientific operations like…

Photo

A small java program to show photo on JPanel. User can select any image file from the hard drive and show on the frame. Image…

Graphics in C Language

In a C program, first step is to initialize the graphics drivers on the computer. This is done using the initgraph() method provided in graphics.h …

LibGD – Dynamic Image Creation Library

LibGD is an open source Graphics library for the creation of images dynamically by programmers. GD is written in C, and "wrappers" are available for…