How To Install Turbo C++ On Windows 7 or 8 October 17, 2012 Download DOSBox and Turbo C Click Here. 1. Install the software DOSBox version 0.74 2. Create a folder “Turbo” in c drive (C:Turbo) 3…. Continue Reading
Computer Graphics in C for CARROM Design October 13, 2012 //Developed by Ashish Prajapati #include<graphics.h> #include<stdlib.h> #include<stdio.h> #include<conio.h> int main(void) { /* request auto detection */ int gdriver = DETECT, gmode, errorcode; int i,midx,midy,left,… Continue Reading
Compose your own airtel tone using C language October 11, 2012 C program is the one of the basic program which is well known by all computer students. Here is the code to compose your… Continue Reading