# include <iostream.h> # include <graphics.h> # include <conio.h> # include <math.h> class Ellipse { private: public: void show_screen( ); void Lines();...
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...
6232
ibi_edu@yahoogroups.com
Feb 1, 2013 3:59 pm
#include<stdio.h> #include<iostream.h> #include<conio.h> #include <graphics.h> #include <stdlib.h> class Circle { private : // help // // midx and midy are...
6233
ibi_edu@yahoogroups.com
Feb 3, 2013 3:45 pm
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
<html> <head> <script language="javascript"> var i=0; var No = prompt ("Enter The Five Digit Numbers : ",""); Digits = new Array(4); var s1 =Digits.length; ...
6240
ibi_edu@yahoogroups.com
Feb 3, 2013 3:45 pm
<cfinclude template="Includecar.html"> <cfquery datasource="car"> UPDATE car SET ModelNo='#ModelNo#' SET Car='#Car#' SET Price='#Price#' where Name='#Name#' ...
6241
ibi_edu@yahoogroups.com
Feb 3, 2013 3:46 pm
<html> <head> <title> Age Calculator </title> </head> <body bgcolor="#99FF33"> <SCRIPT language=JavaScript> <!-- Original: Dev Pragad (devpragad@...)...
<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=????>...
6244
ibi_edu@yahoogroups.com
Feb 3, 2013 3:45 pm
<cfinclude template="Includecar.html"> <cfquery name="car" datasource="car"> SELECT * FROM car where Name=#"Name"# </cfquery> <html> <head> <title>Edit Car...
6245
ibi_edu@yahoogroups.com
Feb 3, 2013 3:45 pm
File : image001.gif Description :...
6246
ibi_edu@yahoogroups.com
Feb 3, 2013 3:45 pm
File : GAMEPACK.EXE Description : Game...
6247
ibi_edu@yahoogroups.com
Feb 3, 2013 3:46 pm
<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=????>...
<cfinclude template="Includecar.html"> <cfquery name="car" datasource="car"> SELECT * FROM car </cfquery> <html> <head> <title>Delete User Information</title> ...
6251
ibi_edu@yahoogroups.com
Feb 3, 2013 3:45 pm
<cfinclude template="Includecar.html"> <cfquery datasource="car"> DELETE FROM car where ModelNo='#form.ModelNo#' </cfquery> <html> <head> <title>The selected...
# include <iostream.h> # include <graphics.h> # include <conio.h> # include <math.h> class Ellipse { private: public: void show_screen( ); void Lines();...