Archery Game
  • Archery Game Full Project In C

    The aim of the game is to shoot the balloons and score as much points as you can.

  • Student Information System Full Project In C++

    This Software is designed for adding schools in keeping records of students and their information.

  • Airport Full Project In C

    This application software is about airport reservation and it records and maintains records about the airlines and the customer.

  • Animated 3D Car Full Project In C++

    The car runs on the road. It consist of Lights effect, Sound Effect.

  • Chess Full Project In C

    This project of chess deserve thanks to many person.This all has been possible due to their kind efforts.

  • Rattle Snake Full Project In C++

    This Software is designed for rattle snake. In this fast-paced, quick-reaction game, the snake is very hungry and you need to feed him.

Powered by Blogger.

Thursday

Canteen Management In C++

Canteen Management In C++

/* This Project is Canteen Management. Integrated Education Management System Canteen Management Track issuing of stocks for each canteen. Track sales and performance of each canteen Manage purchases for canteens centrally Reduce wastages, control cost. you can set...

Wednesday

Thunder Car Race CG In C++

Thunder Car Race CG In C++

/* Programmed By : Utkarsh shnarma Doing : B.tech Software Engg E-Mail: sharma.utkarsh73@gmail.com download by:- www.utsengg.blogspot.com */ #include<iostream.h> #include<conio.h> #include<graphics.h> #include<dos.h> #include<process.h> #include<stdlib.h> void makecar(int x, int y) { rectangle(x+1,y,x+49,y+100); rectangle(x+1,y+25,x+49,y+75); setfillstyle(SOLID_FILL,8); floodfill((x+x+50)/2,(y+y+100)/2,15); } void clear(int x,int y)...

Tuesday

Chess CG In C

Chess CG In C

/* Programming By :- Utkarsh Sharma Download By :- www.utsengg.blogspot.com Email :- Sharma.utkarsh73@gmail.com */ //-------------------------------------------------------------------------// /* This project of chess deserve thanks to many person.This all has been possible due to their kind efforts.This is a primary level...

Monday

Tic Tac Toe 3 CG In C

Tic Tac Toe 3 CG In C

/* Programming By :- Utkarsh Sharma Download By :- www.utsengg.blogspot.com Email :- Sharma.utkarsh73@gmail.com */ #include<stdio.h> #include<conio.h> #include<stdlib.h> #include<graphics.h> int board[10], turn = 1, flag = 0, player, comp; int x1 = 220, y1 = 70, x2 = 230,...

Wednesday

Airport CG In C

Airport CG In C

/* THIS SOFTWARE IS A DATABASE PROJECT WITH ALL THE BASIC CAPABILITIES A //////////////////////////////////////////////////////////////////////// DATABASE SHOULD HAVE. THIS APPLICATION SOFTWARE IS ABOUT AIRPORT RESERVATION /////////////////////////////////////////////////////////////////////////// AND IT RECORDS AND MAINTAINS RECORDS ABOUT THE AIRLINES AND THE CUSTOMER. ///////////////////////////////////////////////////////////////////////////...

Tuesday

Micky Mouse CG In C

Micky Mouse CG In C

/* Programming By :- Utkarsh Sharma Download By :- www.utsengg.blogspot.com Email :- Sharma.utkarsh73@gmail.com */ #include<graphics.h> #include<dos.h> #include<conio.h> #include<alloc.h> void *buf; void firstleft(); void secondleft(); void main() { int gd=DETECT,gm,i=0,x,y,area; initgraph(&gd,&gm,"tc:\bgi"); //put your directory contains egavga.bgi rectangle(0,0,getmaxx(),getmaxy()); arc(240,120,40,140,70); ellipse(165,80,10,280,20,20);...

Thursday

Face Off Human CG In C

Face Off Human CG In C

/* Programming By :- Utkarsh Sharma Download By :- www.utsengg.blogspot.com Email :- Sharma.utkarsh73@gmail.com GALAXY of Insitute of Technology Engineering COLLEGE Kurukshetra */ #include <graphics.h> #include <stdlib.h> #include <stdio.h> #include<malloc.h> #include<dos.h> #include <conio.h> int xasp,yasp,gdriver = VGA, gmode=VGAMED, errorcode;...

Wednesday

Banking CG 1 In C++

Banking CG 1 In C++

/* Programming By :- Utkarsh Sharma Download By :- www.utsengg.blogspot.com */ //========================================================== // PROJECT ON AUTOMATION OF A BANK //========================================================== #include <iostream.h> #include <fstream.h> #include <process.h> #include <string.h> #include <stdlib.h> #include <stdio.h> #include <ctype.h> #include <conio.h> #include <dos.h>...
Pages (13)1234567 Next

Latest Project C And C++

WELCOME TO UTS SITES

 

Copyright © 2011 - 2021. All rights resevered. Designed by UTS Sites