Thursday, August 30, 2012

undefined undefined

How To Create A Stopwatch in C++

, , No comments
Stopwatch: This is a source code for stopwatch in C++. In this we have used a class named tym as shown in the source code given below. In this class we have used four private elements one for hour , second for minute , third for second and fourth for less than a second. There are some member functions...

Friday, August 24, 2012

undefined undefined

Square In C Graphics

, , , No comments
Source Code#include<graphics.h>#include<conio.h>#include<dos.h>int main()  {     int gd = DETECT ,gm,j=0,a,b,p,q,r,s;     initgraph(&gd,&gm,"c:/tc/bgi");          a = getmaxx()/2; ...

Wednesday, August 22, 2012

undefined undefined

Draw Concentric Circle in C

No comments
Source Code:#include<graphics.h>#include<conio.h>int main ()    {      int gd=DETECT,gm;      int i;      initgraph(&gd,&gm,"c:/tc/bgi");      for(i=0;i<100;i=i+9) ...
undefined undefined

Graphics in C/C++ on Windows 7 using Dev-C++

, , , No comments
On the following I just want to show how to choose coordinate point to draw diagram.If you are using Microsoft windows 7 operating system,Then Dev C++ is good for beginnerlevel, It fallow the same command as it is in Turbo C++,First Download the Dev C++ and install it.after installation download WinBGIm....
Entries RSS Comments RSS

Sample Text

Pages


Copyright © 2025 Lovely Codes
Powered by Blogger
Distributed By Free Blogger Templates | Design by N.Design Studio
Blogger Theme by Lasantha - PremiumBloggerTemplates.com