1. Linear Queue
#include<iostream>
#include<cstdio>
using namespace std;
# define maxsize 10
int front=0,rear=-1;
Monday, June 20, 2011
Thursday, June 16, 2011
Source Code for Banking Management System(In WinBgim Graphics Library)
#include<graphics.h>
#include<string>
#include<ctime>
#include<cstdio>
#include<fstream>
using namespace std;
#include<string>
#include<ctime>
#include<cstdio>
#include<fstream>
using namespace std;
Monday, June 13, 2011
Data Structure in C++
1.Stack Using Top fixed Method
/*Top fixed method*/
#include<iostream>
#define size 4
int bos=0;
using namespace std;
/*Top fixed method*/
#include<iostream>
#define size 4
int bos=0;
using namespace std;
Saturday, June 11, 2011
Source Code For "The Egg Pass Game" done in WinBGIm Graphics Library and CodeBlocks IDE
Project Type : Game
Graphics Library :WinBgi
Development Environment : Codeblocks
Graphics Library :WinBgi
Development Environment : Codeblocks
Solving Numerical Methods using C language
Solution to Euler's Method, Lagrange's Method ,Bisection Method RK4 Method and many more
Subscribe to:
Posts (Atom)