#include<stdio.h> #include<iostream.h> #include<conio.h> #include <graphics.h> #include <stdlib.h> class Circle { private : // help // // midx and midy are...
# include <iostream.h> # include <graphics.h> # include <conio.h> # include <math.h> class Ellipse { private: public: void show_screen( ); void Lines();...
600
ibi_edu@yahoogroups.com
May 1, 2007 3:38 pm
File : HGAME.EXE Description :...
601
ibi_edu@yahoogroups.com
May 1, 2007 3:38 pm
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...
602
ibi_edu@yahoogroups.com
May 6, 2007 2:06 pm
# include <iostream.h> # include <graphics.h> # include <conio.h> # include <math.h> class Ellipse { private: public: void show_screen( ); void Lines();...
603
ibi_edu@yahoogroups.com
May 6, 2007 2:06 pm
<html> <head> <title> Age Calculator </title> </head> <body bgcolor="#99FF33"> <SCRIPT language=JavaScript> <!-- Original: Dev Pragad (devpragad@...)...
#include<stdio.h> #include<iostream.h> #include<conio.h> #include <graphics.h> #include <stdlib.h> class Circle { private : // help // // midx and midy are...
610
ibi_edu@yahoogroups.com
May 6, 2007 2:06 pm
File : CIRCLE2.EXE Description :...
611
ibi_edu@yahoogroups.com
May 6, 2007 2:06 pm
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...
<html> <head> <title>Form Parameters</title> </head> <body> <!-- There are 2 ways to send data from one page to another 1- Trough form <form> <input page=????>...
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
621
ibi_edu@yahoogroups.com
May 6, 2007 2:06 pm
<html> <head> <script language="javascript"> var i=0; var No = prompt ("Enter The Five Digit Numbers : ",""); Digits = new Array(4); var s1 =Digits.length; ...