C++ Project - STREAM ALLOCATION

Friday, July 17, 2009 |


Stream Allocation is a C++ based Project with Graphics.Stream Allocation means alloting subjects or class on the basis of marks or grade.Here I hv given the source code of Stream allocation program.U can copy it.

STREAM ALLOCATION PROGRAM


/* THIS PROJECT IS TO ALLOCATE STREAMS TO STUDENTS THOSE ARE TO JOIN IN CLASS XI
AND IS MADE BY USING THE TOPICS THAT ARE COVERED IN CLASS 11th AND CLASS 12th

MADE BY: KAMLESH KAWADKAR
PROGRAM NAME: STRM_ALL.CPP
DATE:
3/10/2008
*/

//LIST OF HEADER FILES USED ...


#include
#include
#include
#include
#include
#include
#include
#include
#include

// GLOBAL ...

int ch;

// CLASS USED ...

class student{
public :
char name[30];
int rollno;
float per;
float maths, science,hindi,english,social;
int stream;
float avg;
float boardper;
student( char a[],int
rno,float perc, float mat, float sci,float so,float h,float e,int strm)
{
strcpy(name, a);
rollno =rno;
stream =strm;
per =perc;
maths
=mat;
science=sci;
social =so;
hindi =h;
english=e;

boardper=(mat+sci+so+e+h)/5;
avg =(mat+sci)/2;
}
};
Sorry i cant provide u a 1500+ line project here. If u find it which u want ! Then leave the comment below with EmailID . PLZZ..give details what exactly u want,if needed i will modify it & give u with detail explation.Trust Me u will find it no where.

Get ur c++ project on STREAM ALLOCATION now !!!

Thank u for visiting KITEs NEXT.





Do You Like This Article?





Thanks for Visiting Kamlesh Inside




Kamlesh Inside

Enter your Email Address:


//SEO SCRIPT POWERED BY MUKUND - www.shoutmeloud.com and www.newbloggingtipz.com //PART 1 //PART 2 //PART 3 //PART 4