SlideShare une entreprise Scribd logo
1  sur  50
Télécharger pour lire hors ligne
Aryabhatta International College
of Technical Education
Ajmer, Rajasthan
A
PROJECT REPORT
ON
College Management: C++
Submitted in partial fulfilment for the
Award of the Degree of
BACHELOR OF COMPUTER APPLICATIONS
2017-2018
Submitted to:
Aryabhatta International College of Technical Education
Submitted by:
Harshita Bhargava
ACKNOWLEDGEMENT
I am thankful to Kriti Sankhla Ma’am for her valuable time she has devoted to
me and given me a lot of knowledge and help for the project. I am also thankful
to other teachers for their expert guidance. It was a great experience for me to
work and learn under their guidance.
Words defeat us in expressing our deep sense of gratitude for our friends, whose
continued resourceful support and guidance enabled me to overcome all the
challenges that I have faced while developing the project.
Harshita Bhargava
COLLEGE MANAGEMENT
#include<iostream.h>
#include<conio.h>
#include<stdlib.h>
class Clg
{
private:
long int
no,x,y,cour,yr1,yr2,yr3,z,cont,sub,c,fee,amt,amt1,ins,fac,g,bran,sem;
char u_id[30],pass[30],cn[30],dob[30],par[30],ca[50],email[30],city[20];
public:
void details();
};
void Clg :: details()
{
cout<<"ttt*****************************";
cout<<"ntttARYABHATTA GROUPS OF COLLEGES";
cout<<"nttt*****************************";
cout<<"nn Press any key:-";
getch();
clrscr();
b: cout<<"nn1.) Aryabhatta International college of Technical Education";
cout<<"n2.) Aryabhatta College of Engineering & Research Center";
cout<<"n3.) Exit";
cout<<"nnSelect any option:";
a: cin>>no;
if(no==1)
{
getch();
clrscr();
cout<<"ttARYABHATTA INTERNATIONAL COLLEGE OF
TECHNICAL EDUCATION";
cout<<"ntt--------------------------------------------------------";
cout<<"nnLOGIN TO THE PAGE:-";
cout<<"nEnter u_id:";
cin>>u_id;
cout<<"Enter the password:";
cin>>pass;
cout<<"n1.) Continue";
cout<<"n2.) Exit";
cout<<"nnSelect any option:";
d: cin>>x;
if(x==1)
{
getch();
clrscr();
goto c;
}
else if(x==2)
{
getch();
clrscr();
goto b;
}
else
{
cout<<"Select the correct option:";
goto d;
}
getch();
clrscr();
goto b;
}
else if(no==2)
{
getch();
clrscr();
cout<<"ttARYABHATTA COLLEGE OF ENGINEERING &
RESEARCH CENTER";
cout<<"ntt----------------------------------------------------";
cout<<"nnLOGIN TO THE PAGE:-";
cout<<"nEnter u_id:";
cin>>u_id;
cout<<"Enter the password:";
cin>>pass;
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nnSelect any option:";
cin>>x;
if(x==1)
{
getch();
clrscr();
goto k;
}
else if(x==2)
{
getch();
clrscr();
goto b;
}
else
{
cout<<"Select the correct option:";
cin>>x;
}
getch();
clrscr();
goto b;
}
else if(no==3)
{
exit(0);
}
else
{
cout<<"Select the correct option:";
goto a;
}
c: cout<<"MAIN MENU:-";
cout<<"nn1.) Courses";
cout<<"n2.) Students";
cout<<"n3.) Faculty";
cout<<"n4.) First page";
cout<<"n5.) Exit";
cout<<"nnSelect any option:";
cin>>y;
if(y==1)
{
cout<<"nCourses details:-";
cout<<"nnt------------------------------------------";
cout<<"nt| COURSES NAME | YEARS |";
cout<<"nt------------------------------------------";
cout<<"nt| 1. BCA | 3 years |";
cout<<"nt| 2. BBA | 3 years |";
cout<<"nt| 3. PGDCA | 1 year |";
cout<<"nt------------------------------------------";
cout<<"nnSelect the course that you want to opt:";
cin>>cour;
if(cour==1)
{
getch();
clrscr();
cout<<"BCA (Bachelor in Computer Application)";
cout<<"nnDescription: It is an UG course in computer
applications.";
cout<<"nDuration: 3 years course";
cout<<"nYearly fees: Rs.35,000/-";
cout<<"nn1.) BCA Part-1";
cout<<"n2.) BCA Part-2";
cout<<"n3.) BCA Part-3";
cout<<"nnSelect year:";
cin>>yr1;
if(yr1==1)
{
cout<<"nSubjects in BCA Part-1 are:-";
cout<<"n1.) 'C' language";
cout<<"n2.) Fundamentals of Computer (FOC)";
cout<<"n3.) Management & Accounting";
cout<<"n4.) Multimedia";
cout<<"n5.) Data Structure";
cout<<"n6.) PC Software";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else if(yr1==2)
{
cout<<"nSubjects in BCA Part-2 are:-";
cout<<"n1.) DataBase Management System (DBMS)";
cout<<"n2.) C++";
cout<<"n3.) JAVA";
cout<<"n4.) Client - Server Technology (CST)";
cout<<"n5.) Communication Skills (CS)";
cout<<"n6.) Computer Graphics (CG)";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else if(yr1==3)
{
cout<<"nSubjects in BCA Part-3 are:-";
cout<<"n1.) E-Commerce";
cout<<"n2.) Computer Net. & Mobile Computing";
cout<<"n3.) Visual Basic Programming";
cout<<"n4.) Internet Tools & Website Development";
cout<<"n5.) Management Information Systems";
cout<<"n6.) Relational Database Management System
(RDBMS)";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else
{
cout<<"Select the correct option:";
cin>>yr1;
}
}
else if(cour==2)
{
getch();
clrscr();
cout<<"BBA (Bachelor of Business Administration)";
cout<<"nnDescription: It is an UG course in
Management.";
cout<<"nDuration: 3 years";
cout<<"nYearly Fees: Rs.35,000/-";
cout<<"nnSemester Scheme:-";
cout<<"n1.) 1st Semestertt2.) 2nd Semester";
cout<<"n3.) 3rd Semestertt4.) 4th Semester";
cout<<"n5.) 5th Semestertt6.) 6th Semester";
cout<<"nnSelect year:";
cin>>yr2;
if(yr2==1)
{
cout<<"nSubjects in 1st Semester are:-";
cout<<"n1.) Environmental Science and
Management";
cout<<"n2.) English Comprehension";
cout<<"n3.) Principal of Business Management";
cout<<"n4.) Business Mathematic";
cout<<"n5.) Basics of Accounting";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else if(yr2==2)
{
cout<<"nSubjects in 2nd Semester are:-";
cout<<"n1.) Organisation Behaviour";
cout<<"n2.) Business Statistics I";
cout<<"n3.) Computer for Management";
cout<<"n4.) Business Regulatory Framework";
cout<<"n5.) Micro Economics";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else if(yr2==3)
{
cout<<"nSubjects in 3rd Semester are:-";
cout<<"n1.) Macro Economics";
cout<<"n2.) Cost Accounting";
cout<<"n3.) Business Statistics II";
cout<<"n4.) Function Management";
cout<<"n5.) Business Communication & Manager
Skills";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else if(yr2==4)
{
cout<<"nSubjects in 4th Semester are:-";
cout<<"n1.) Company Law";
cout<<"n2.) Business Research";
cout<<"n3.) Purchase Management";
cout<<"n4.) Quality Management";
cout<<"n5.) Office Management";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else if(yr2==5)
{
cout<<"nSubjects in 5th Semester are:-";
cout<<"n1.) Computerized Financial Accounting";
cout<<"n2.) Business Information System";
cout<<"n3.) Business Environment";
cout<<"n4.) Management Accounting";
cout<<"n5.) Summer Training & Viva Voice";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else if(yr2==6)
{
cout<<"nSubjects in 6th Semester are:-";
cout<<"n1.) Elective I";
cout<<"n2.) Elective II";
cout<<"n3.) Elective III";
cout<<"n4.) Sales and Salesmanship";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else
{
cout<<"Select the correct option:";
cin>>yr2;
}
}
else if(cour==3)
{
getch();
clrscr();
cout<<"PGDCA (PG Diploma in Computer Application)";
cout<<"nnDescription: Diploma in computer application.";
cout<<"nDuration: 1 year";
cout<<"nYearly Fees: Rs.35,000/-";
cout<<"nnSubjects are:-";
cout<<"n1.) EDP";
cout<<"n2.) 'C' Language";
cout<<"n3.) JAVA";
cout<<"n4.) Fundamentals of Computer (FOC)";
cout<<"n5.) DataBase Management System (DBMS)";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto f;
}
else
{
getch();
clrscr();
goto b;
}
}
else
{
cout<<"Select the correct option:";
cin>>cour;
}
}
else if(y==2)
{
getch();
clrscr();
f: cout<<"tttt ADMISSION FORM";
cout<<"ntttt---------------";
cout<<"nCandidate name: ";
cin>>cn;
cout<<"Date of Birth: ";
cin>>dob;
cout<<"Parent/Guardian name: ";
cin>>par;
cout<<"Current Address: ";
cin>>ca;
cout<<"City: ";
cin>>city;
cout<<"Contact no: ";
cin>>cont;
cout<<"E-mail: ";
cin>>email;
cout<<"Subjects are:-";
cout<<"n1.) BCA";
cout<<"n2.) BBA";
cout<<"n3.) PGDCA";
cout<<"nCourse you want to apply for: ";
cin>>c;
if(c==1)
{
cout<<"BCA";
g: cout<<"nFee Structure:-";
cout<<"n1.) Final Payment";
cout<<"n2.) Installment"<<endl;
cin>>fee;
getch();
clrscr();
if(fee==1)
{
cout<<"Final payment:-";
cout<<"nnAmount:";
p: cin>>amt;
if(amt==35000)
{
}
else
{
cout<<"Enter the correct amount:";
goto p;
}
cout<<"nCandidate name: "<<cn;
cout<<"nDOB: "<<dob;
cout<<"nParent/Guardian name: "<<par;
cout<<"nCurrent Address: "<<ca;
cout<<"nCity: "<<city;
cout<<"nContact: "<<cont;
cout<<"nE-mail: "<<email;
cout<<"nAmount: "<<amt;
}
else
{
cout<<"Installment:-";
cout<<"n1st Installment: ";
cin>>ins;
amt1=35000-ins;
cout<<"Amount: "<<ins;
cout<<"nRemaining amount to be paid: "<<amt1;
cout<<"nnCandidate name: "<<cn;
cout<<"nDOB: "<<dob;
cout<<"nParent/Guardian name: "<<par;
cout<<"nCurrent Address: "<<ca;
cout<<"nCity: "<<city;
cout<<"nContact: "<<cont;
cout<<"nE-mail: "<<email;
cout<<"nAmount: "<<ins;
}
}
else if(c==2)
{
cout<<"BBA";
goto g;
}
else if(c==3)
{
cout<<"PGDCA";
goto g;
}
else
{
cout<<"Select the correct option:";
cin>>c;
}
}
else if(y==3)
{
getch();
clrscr();
j: cout<<"Faculty Details";
cout<<"nn1.) Administrative Person";
cout<<"n2.) Computer Science & Engineering Department";
cout<<"n3.) Humanities"<<endl;
cin>>fac;
if(fac==1)
{
getch();
clrscr();
cout<<"ttt****ADMINISTRATIVE PERSON****";
cout<<"nt**************************************************
*********";
cout<<"nnt1.) Dr. Amit Shastritt(Director)";
cout<<"nt2.) Mrs. Ridhima Shastrit(Financial &
Administrator)";
cout<<"nt3.) Miss. Leena Ma'amtt(Academic
Cordinator)";
getch();
clrscr();
goto c;
}
else if(fac==2)
{
getch();
clrscr();
cout<<"tt****COMPUTER SCIENCE & ENGINEERING
DEPARTMENT****";
cout<<"nt**************************************************
*************";
cout<<"nntt1.) Er. Kriti Sankhlatt(Asst. Prof.)";
cout<<"ntt2.) Er. Aashutosh Singhtt(Asst. Prof.)";
cout<<"ntt3.) Mr. Ankit Khandelwalt(Asst. Prof.)";
cout<<"ntt4.) Er. Suyash Dasanitt(Asst. Prof.)";
cout<<"ntt5.) Er. Roshni Wadhwanitt(Asst. Prof.)";
cout<<"ntt6.) Mr. Deepak Chouhantt(System Admin)";
getch();
clrscr();
goto c;
}
else if(fac==3)
{
getch();
clrscr();
cout<<"ttt****HUMANITIES DEPARTMENT****";
cout<<"nt**************************************************
*****************";
cout<<"nnnt
***************************************************************";
cout<<"nt | Name | Qualification |
Experience |";
cout<<"nt
***************************************************************";
cout<<"nt | 1.) Dr. Ati Garg | MBA,NET,Ph.d | 6
years |";
cout<<"nt
***************************************************************";
cout<<"nt | 2.) Mrs. Pallavi | MBA | 3 years
|";
cout<<"nt | Ganguly | | |";
cout<<"nt
***************************************************************";
cout<<"nt | 3.) Mrs. Reena | M.com,NET | 3
years |";
cout<<"nt | Balani | | |";
cout<<"nt
***************************************************************";
cout<<"nt | 4.) Dr. Deepika | MBA,Ph.D | 5
years |";
cout<<"nt | Rathore | | |";
cout<<"nt
***************************************************************";
cout<<"nt | 5.) Mr. Man Singh | M.Sc. (Maths) | 4
years |";
cout<<"nt
***************************************************************";
getch();
clrscr();
goto c;
}
else
{
cout<<"Select correct option:";
cin>>fac;
}
}
else if(y==4)
{
getch();
clrscr();
goto b;
}
else if(y==5)
{
exit(0);
}
else
{
cout<<"Select the correct option:";
cin>>y;
}
getch();
clrscr();
k: cout<<"MAIN MENU:-";
cout<<"nn1.) Courses";
cout<<"n2.) Students";
cout<<"n3.) Faculty";
cout<<"n4.) First page";
cout<<"n5.) Exit";
cout<<"nnSelect any option:";
cin>>y;
if(y==1)
{
cout<<"nCourse Details:-";
cout<<"n1.) B.Tech";
cout<<"n2.) Exit";
cout<<"nnSelect the option that you want to opt:";
cin>>g;
if(g==1)
{
getch();
clrscr();
cout<<"nB.Tech (Bachelor of Technology)";
cout<<"Yearly Fees: Rs.40,000/-"<<endl;
cout<<"n1.) B.Tech Computer Science Engineering";
cout<<"n2.) B.Tech Civil Engineering";
cout<<"n3.) Exit";
cout<<"nnSelect branch:";
cin>>bran;
if(bran==1)
{
getch();
clrscr();
cout<<"nCOMPUTER SCIENCE";
cout<<"nnSemester Scheme:-";
cout<<"n1.) 1st Semestertt2.) 2nd Semester";
cout<<"n3.) 3rd Semestertt4.) 4th Semester";
cout<<"n5.) 5th Semestertt6.) 6th Semester";
cout<<"n5.) 7th Semestertt6.) 8th Semester";
cout<<"nnSelect sem:";
cin>>sem;
if(sem==1)
{
cout<<"nSubjects in 1st Semester are:-";
cout<<"n1.) Communicative English";
cout<<"n2.) Engineering Mathematics-I";
cout<<"n3.) Engineering Physics-I";
cout<<"n4.) Engineering Chemistry";
cout<<"n5.) Basic Electrical & Electronics
Engineering";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==2)
{
cout<<"nSubjects in 2nd Semester are:-";
cout<<"n1.) Communication Techniques";
cout<<"n2.) Engineering Mathematics-II";
cout<<"n3.) Engineering Physics-II";
cout<<"n4.) Chemistry & Environmental
Engineering";
cout<<"n5.) Engineering Mechanics";
cout<<"n6.) Fundamentals of Computer
Programming";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==3)
{
cout<<"nSubjects in 3rd Semester are:-";
cout<<"n1.) Mathematics-III";
cout<<"n2.) Digital Logic Design";
cout<<"n3.) Data Structure using C";
cout<<"n4.) Discrete Structure and Graphics
Theory";
cout<<"n5.) Computer Organization &
Architecture";
cout<<"n6.) Environment & Ecoclogy";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==4)
{
cout<<"nSubjects in 4th Semester are:-";
cout<<"n1.) Industrial Sociology";
cout<<"n2.) Human Values & Professional
Ethics";
cout<<"n3.) Computer Graphics";
cout<<"n4.) Operating System";
cout<<"n5.) Theory of Automata & Formal
Language";
cout<<"n6.) Introduction to Microprocessor";
cout<<"n7.) Introduction to Soft Computing";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==5)
{
cout<<"nSubjects in 5th Semester are:-";
cout<<"n1.) Design and Analysis of
Algorithm";
cout<<"n2.) Database Management System
(DBMS)";
cout<<"n3.) Principle of Programming
Language";
cout<<"n4.) Computer Architecture";
cout<<"n5.) Web Technology";
cout<<"n6.) Engineering Economics";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==6)
{
cout<<"nSubjects in 6th Semester are:-";
cout<<"n1.) Computer Networks";
cout<<"n2.) Software Engineering";
cout<<"n3.) Compiler Design";
cout<<"n4.) Parallel Algorithm";
cout<<"n5.) Data Warehousing & Data
Mining";
cout<<"n6.) Industrial Management";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==7)
{
cout<<"nSubjects in 7th Semester are:-";
cout<<"n1.) Mobile Application
Development";
cout<<"n2.) Distributed Systems";
cout<<"n3.) Artificial Intelligence";
cout<<"n4.) Neural Networks";
cout<<"n5.) Cryptography & Network
Security";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==8)
{
cout<<"nSubjects in 8th Semester are:-";
cout<<"n1.) Product Development";
cout<<"n2.) Digital Image Processing";
cout<<"n3.) Real Time System";
cout<<"n4.) Data Compression";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
}
else if(bran==2)
{
getch();
clrscr();
cout<<"nCIVIL ENGINEERING";
cout<<"nnSemester Scheme:-";
cout<<"n1.) 1st Semestertt2.) 2nd Semester";
cout<<"n3.) 3rd Semestertt4.) 4th Semester";
cout<<"n5.) 5th Semestertt6.) 6th Semester";
cout<<"n5.) 7th Semestertt6.) 8th Semester";
cout<<"nnSelect sem:";
cin>>sem;
if(sem==1)
{
cout<<"nSubjects in 1st Semester are:-";
cout<<"n1.) Engineering Maths-I";
cout<<"n2.) Engineering Chemistry";
cout<<"n3.) Material Science";
cout<<"n4.) Basic Electronics";
cout<<"n5.) Basic Thermodynamics";
cout<<"n6.) Engineering Graphics";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==2)
{
cout<<"nSubjects in 2nd Semester are:-";
cout<<"n1.) Engineering Physics";
cout<<"n2.) Engineering Maths-II";
cout<<"n3.) Engineering Mechanics";
cout<<"n4.) Basic Electrical Engineering";
cout<<"n5.) Communication Skills";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==3)
{
cout<<"nSubjects in 3rd Semester are:-";
cout<<"n1.) Differential Equations, Probability
and Statics";
cout<<"n2.) Engineering Economics";
cout<<"n3.) Strength of Material";
cout<<"n4.) Fluid Mechanics";
cout<<"n5.) Civil Engineering Material and
Building Construction";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==4)
{
cout<<"nSubjects in 4th Semester are:-";
cout<<"n1.) Numerical Analysis";
cout<<"n2.) Engineering Geology";
cout<<"n3.) Theory of Structure";
cout<<"n4.) Soil Mechanics";
cout<<"n5.) Surveying";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==5)
{
cout<<"nSubjects in 5th Semester are:-";
cout<<"n1.) Dynamics of Behavioural Science
in Industries";
cout<<"n2.) Open Elective-I";
cout<<"n3.) Concrete Structure Design";
cout<<"n4.) Transportation Engineering-I";
cout<<"n5.) Survey Camp";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==6)
{
cout<<"nSubjects in 6th Semester are:-";
cout<<"n1.) Steel Structure Design";
cout<<"n2.) Environment Engineering-I";
cout<<"n3.) Transportation Engineering-II";
cout<<"n4.) Irrigation Engineering and
Hydrology";
cout<<"n5.) Structural Drawing";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==7)
{
cout<<"nSubjects in 7th Semester are:-";
cout<<"n1.) Foundation Engineering";
cout<<"n2.) Project Management and Quantity
Surveying";
cout<<"n3.) Solid Wastes and Environmental
Pollution";
cout<<"n4.) Departmental Elective-I";
cout<<"n5.) Industrial Training Viva";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
else if(sem==8)
{
cout<<"nSubjects in 8th Semester are:-";
cout<<"n1.) Design of Hydraulic Structure";
cout<<"n2.) Departmental Elective-II";
cout<<"n3.) Departmental Elective-III";
cout<<"n4.) Departmental Elective-IV";
cout<<"nn1.) Continue";
cout<<"n2.) Exit";
cout<<"nSelect the option:";
cin>>z;
if(z==1)
{
getch();
clrscr();
goto l;
}
else
{
getch();
clrscr();
goto k;
}
}
}
else if(bran==3)
{
getch();
clrscr();
goto k;
}
else
{
cout<<"Select the correct option:";
cin>>bran;
}
}
else if(g==2)
{
getch();
clrscr();
goto k;
}
else
{
cout<<"Select the correct option:";
cin>>g;
}
}
else if(y==2)
{
getch();
clrscr();
l: cout<<"tttt ADMISSION FORM";
cout<<"ntttt---------------";
cout<<"nCandidate name: ";
cin>>cn;
cout<<"Date of Birth: ";
cin>>dob;
cout<<"Parent/Guardian name: ";
cin>>par;
cout<<"Current Address: ";
cin>>ca;
cout<<"City: ";
cin>>city;
cout<<"Contact no: ";
cin>>cont;
cout<<"E-mail: ";
cin>>email;
cout<<"nSubjects are:-";
cout<<"n1.) B.Tech Computer Science Engineering";
cout<<"n2.) B.Tech Civil Engineering";
cout<<"nnCourse you want to apply for: ";
cin>>c;
if(c==1)
{
cout<<" B.Tech Computer Science Engineering";
m: cout<<"nFee Structure:-";
cout<<"n1.) Final Payment";
cout<<"n2.) Installment"<<endl;
cin>>fee;
getch();
clrscr();
if(fee==1)
{
cout<<"Final payment:-";
cout<<"nnAmount:";
q: cin>>amt;
if(amt==40000)
{
}
else
{
cout<<"Enter the correct amount:";
goto q;
}
cout<<"nCandidate name: "<<cn;
cout<<"nDOB: "<<dob;
cout<<"nParent/Guardian name: "<<par;
cout<<"nCurrent Address: "<<ca;
cout<<"nCity: "<<city;
cout<<"nContact: "<<cont;
cout<<"nE-mail: "<<email;
cout<<"nAmount: "<<amt;
}
else
{
cout<<"Installment:-";
cout<<"n1st Installment: ";
cin>>ins;
amt1=40000-ins;
cout<<"Amount: "<<ins;
cout<<"nRemaining amount to be paid: "<<amt1;
cout<<"nnCandidate name: "<<cn;
cout<<"nDOB: "<<dob;
cout<<"nParent/Guardian name: "<<par;
cout<<"nCurrent Address: "<<ca;
cout<<"nCity: "<<city;
cout<<"nContact: "<<cont;
cout<<"nE-mail: "<<email;
cout<<"nAmount: "<<ins;
}
}
else if(c==2)
{
cout<<"B.Tech Civil Engineering";
goto m;
}
else
{
cout<<"Select the correct option:";
cin>>c;
}
}
else if(y==3)
{
getch();
clrscr();
goto j;
}
else if(y==4)
{
getch();
clrscr();
goto b;
}
else if(y==5)
{
exit(0);
}
else
{
cout<<"Select the correct option:";
cin>>y;
}
}
void main()
{
clrscr();
Clg c;
c.details();
getch();
}
Output :-
Created by:
Harshita Bhargava

Contenu connexe

Similaire à College management

computer science project
computer science projectcomputer science project
computer science projectRoshan Bastia
 
Kirti Kumawat, BCA Third Year
Kirti Kumawat, BCA Third YearKirti Kumawat, BCA Third Year
Kirti Kumawat, BCA Third Yeardezyneecole
 
Rakesh Bijawat , BCA Third Year
Rakesh Bijawat , BCA Third YearRakesh Bijawat , BCA Third Year
Rakesh Bijawat , BCA Third YearDezyneecole
 
Contoh program c++ kalkulator
Contoh program c++ kalkulatorContoh program c++ kalkulator
Contoh program c++ kalkulatorJsHomeIndustry
 
GPA calculator and grading program in c++
GPA calculator and grading program in c++GPA calculator and grading program in c++
GPA calculator and grading program in c++Taimur Muhammad
 
Online_Examination
Online_ExaminationOnline_Examination
Online_ExaminationRupam Dey
 
Reshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third YearReshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third Yeardezyneecole
 
Hardik Jadam , BCA Third Year
Hardik Jadam , BCA Third YearHardik Jadam , BCA Third Year
Hardik Jadam , BCA Third YearDezyneecole
 
Deepika Mittal , BCA Third Year
Deepika Mittal , BCA Third YearDeepika Mittal , BCA Third Year
Deepika Mittal , BCA Third Yeardezyneecole
 
BANK MANAGEMENT INVESTIGATORY PROJECT CLASS 12TH
BANK MANAGEMENT INVESTIGATORY PROJECT CLASS 12THBANK MANAGEMENT INVESTIGATORY PROJECT CLASS 12TH
BANK MANAGEMENT INVESTIGATORY PROJECT CLASS 12THSHAJUS5
 
c++ project
c++ projectc++ project
c++ projectTrish004
 
Program Pembelian Tiket Menggunakan Borland C++
Program Pembelian Tiket Menggunakan Borland C++Program Pembelian Tiket Menggunakan Borland C++
Program Pembelian Tiket Menggunakan Borland C++Muhammad Iqbal
 

Similaire à College management (20)

computer science project
computer science projectcomputer science project
computer science project
 
Computer Practical XII
Computer Practical XIIComputer Practical XII
Computer Practical XII
 
Kirti Kumawat, BCA Third Year
Kirti Kumawat, BCA Third YearKirti Kumawat, BCA Third Year
Kirti Kumawat, BCA Third Year
 
Rakesh Bijawat , BCA Third Year
Rakesh Bijawat , BCA Third YearRakesh Bijawat , BCA Third Year
Rakesh Bijawat , BCA Third Year
 
Contoh program c++ kalkulator
Contoh program c++ kalkulatorContoh program c++ kalkulator
Contoh program c++ kalkulator
 
GPA calculator and grading program in c++
GPA calculator and grading program in c++GPA calculator and grading program in c++
GPA calculator and grading program in c++
 
Document of Turbo ++ project|| Railway Reservation System project
Document of Turbo ++  project|| Railway Reservation System projectDocument of Turbo ++  project|| Railway Reservation System project
Document of Turbo ++ project|| Railway Reservation System project
 
Delays and counter.pptx
Delays and counter.pptxDelays and counter.pptx
Delays and counter.pptx
 
LAB 2 Report.docx
LAB 2 Report.docxLAB 2 Report.docx
LAB 2 Report.docx
 
Online_Examination
Online_ExaminationOnline_Examination
Online_Examination
 
Reshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third YearReshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third Year
 
Hardik Jadam , BCA Third Year
Hardik Jadam , BCA Third YearHardik Jadam , BCA Third Year
Hardik Jadam , BCA Third Year
 
Deepika Mittal , BCA Third Year
Deepika Mittal , BCA Third YearDeepika Mittal , BCA Third Year
Deepika Mittal , BCA Third Year
 
OOP.pptx
OOP.pptxOOP.pptx
OOP.pptx
 
BANK MANAGEMENT INVESTIGATORY PROJECT CLASS 12TH
BANK MANAGEMENT INVESTIGATORY PROJECT CLASS 12THBANK MANAGEMENT INVESTIGATORY PROJECT CLASS 12TH
BANK MANAGEMENT INVESTIGATORY PROJECT CLASS 12TH
 
c++ project
c++ projectc++ project
c++ project
 
Tic tac toe
Tic tac toeTic tac toe
Tic tac toe
 
Mark sheet
Mark sheetMark sheet
Mark sheet
 
Program Pembelian Tiket Menggunakan Borland C++
Program Pembelian Tiket Menggunakan Borland C++Program Pembelian Tiket Menggunakan Borland C++
Program Pembelian Tiket Menggunakan Borland C++
 
Shopping mall management
Shopping mall managementShopping mall management
Shopping mall management
 

Dernier

Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 

Dernier (20)

Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 

College management

  • 1. Aryabhatta International College of Technical Education Ajmer, Rajasthan A PROJECT REPORT ON College Management: C++ Submitted in partial fulfilment for the Award of the Degree of BACHELOR OF COMPUTER APPLICATIONS 2017-2018 Submitted to: Aryabhatta International College of Technical Education Submitted by: Harshita Bhargava
  • 2. ACKNOWLEDGEMENT I am thankful to Kriti Sankhla Ma’am for her valuable time she has devoted to me and given me a lot of knowledge and help for the project. I am also thankful to other teachers for their expert guidance. It was a great experience for me to work and learn under their guidance. Words defeat us in expressing our deep sense of gratitude for our friends, whose continued resourceful support and guidance enabled me to overcome all the challenges that I have faced while developing the project. Harshita Bhargava
  • 3. COLLEGE MANAGEMENT #include<iostream.h> #include<conio.h> #include<stdlib.h> class Clg { private: long int no,x,y,cour,yr1,yr2,yr3,z,cont,sub,c,fee,amt,amt1,ins,fac,g,bran,sem; char u_id[30],pass[30],cn[30],dob[30],par[30],ca[50],email[30],city[20]; public: void details(); }; void Clg :: details() { cout<<"ttt*****************************"; cout<<"ntttARYABHATTA GROUPS OF COLLEGES"; cout<<"nttt*****************************"; cout<<"nn Press any key:-"; getch(); clrscr(); b: cout<<"nn1.) Aryabhatta International college of Technical Education"; cout<<"n2.) Aryabhatta College of Engineering & Research Center"; cout<<"n3.) Exit"; cout<<"nnSelect any option:"; a: cin>>no;
  • 4. if(no==1) { getch(); clrscr(); cout<<"ttARYABHATTA INTERNATIONAL COLLEGE OF TECHNICAL EDUCATION"; cout<<"ntt--------------------------------------------------------"; cout<<"nnLOGIN TO THE PAGE:-"; cout<<"nEnter u_id:"; cin>>u_id; cout<<"Enter the password:"; cin>>pass; cout<<"n1.) Continue"; cout<<"n2.) Exit"; cout<<"nnSelect any option:"; d: cin>>x; if(x==1) { getch(); clrscr(); goto c; } else if(x==2) { getch(); clrscr(); goto b; }
  • 5. else { cout<<"Select the correct option:"; goto d; } getch(); clrscr(); goto b; } else if(no==2) { getch(); clrscr(); cout<<"ttARYABHATTA COLLEGE OF ENGINEERING & RESEARCH CENTER"; cout<<"ntt----------------------------------------------------"; cout<<"nnLOGIN TO THE PAGE:-"; cout<<"nEnter u_id:"; cin>>u_id; cout<<"Enter the password:"; cin>>pass; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nnSelect any option:"; cin>>x; if(x==1) { getch();
  • 6. clrscr(); goto k; } else if(x==2) { getch(); clrscr(); goto b; } else { cout<<"Select the correct option:"; cin>>x; } getch(); clrscr(); goto b; } else if(no==3) { exit(0); } else { cout<<"Select the correct option:"; goto a; } c: cout<<"MAIN MENU:-";
  • 7. cout<<"nn1.) Courses"; cout<<"n2.) Students"; cout<<"n3.) Faculty"; cout<<"n4.) First page"; cout<<"n5.) Exit"; cout<<"nnSelect any option:"; cin>>y; if(y==1) { cout<<"nCourses details:-"; cout<<"nnt------------------------------------------"; cout<<"nt| COURSES NAME | YEARS |"; cout<<"nt------------------------------------------"; cout<<"nt| 1. BCA | 3 years |"; cout<<"nt| 2. BBA | 3 years |"; cout<<"nt| 3. PGDCA | 1 year |"; cout<<"nt------------------------------------------"; cout<<"nnSelect the course that you want to opt:"; cin>>cour; if(cour==1) { getch(); clrscr(); cout<<"BCA (Bachelor in Computer Application)"; cout<<"nnDescription: It is an UG course in computer applications."; cout<<"nDuration: 3 years course"; cout<<"nYearly fees: Rs.35,000/-";
  • 8. cout<<"nn1.) BCA Part-1"; cout<<"n2.) BCA Part-2"; cout<<"n3.) BCA Part-3"; cout<<"nnSelect year:"; cin>>yr1; if(yr1==1) { cout<<"nSubjects in BCA Part-1 are:-"; cout<<"n1.) 'C' language"; cout<<"n2.) Fundamentals of Computer (FOC)"; cout<<"n3.) Management & Accounting"; cout<<"n4.) Multimedia"; cout<<"n5.) Data Structure"; cout<<"n6.) PC Software"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto f; } else { getch(); clrscr();
  • 9. goto b; } } else if(yr1==2) { cout<<"nSubjects in BCA Part-2 are:-"; cout<<"n1.) DataBase Management System (DBMS)"; cout<<"n2.) C++"; cout<<"n3.) JAVA"; cout<<"n4.) Client - Server Technology (CST)"; cout<<"n5.) Communication Skills (CS)"; cout<<"n6.) Computer Graphics (CG)"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto f; } else { getch(); clrscr(); goto b; }
  • 10. } else if(yr1==3) { cout<<"nSubjects in BCA Part-3 are:-"; cout<<"n1.) E-Commerce"; cout<<"n2.) Computer Net. & Mobile Computing"; cout<<"n3.) Visual Basic Programming"; cout<<"n4.) Internet Tools & Website Development"; cout<<"n5.) Management Information Systems"; cout<<"n6.) Relational Database Management System (RDBMS)"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto f; } else { getch(); clrscr(); goto b; } }
  • 11. else { cout<<"Select the correct option:"; cin>>yr1; } } else if(cour==2) { getch(); clrscr(); cout<<"BBA (Bachelor of Business Administration)"; cout<<"nnDescription: It is an UG course in Management."; cout<<"nDuration: 3 years"; cout<<"nYearly Fees: Rs.35,000/-"; cout<<"nnSemester Scheme:-"; cout<<"n1.) 1st Semestertt2.) 2nd Semester"; cout<<"n3.) 3rd Semestertt4.) 4th Semester"; cout<<"n5.) 5th Semestertt6.) 6th Semester"; cout<<"nnSelect year:"; cin>>yr2; if(yr2==1) { cout<<"nSubjects in 1st Semester are:-"; cout<<"n1.) Environmental Science and Management"; cout<<"n2.) English Comprehension"; cout<<"n3.) Principal of Business Management";
  • 12. cout<<"n4.) Business Mathematic"; cout<<"n5.) Basics of Accounting"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto f; } else { getch(); clrscr(); goto b; } } else if(yr2==2) { cout<<"nSubjects in 2nd Semester are:-"; cout<<"n1.) Organisation Behaviour"; cout<<"n2.) Business Statistics I"; cout<<"n3.) Computer for Management"; cout<<"n4.) Business Regulatory Framework"; cout<<"n5.) Micro Economics"; cout<<"nn1.) Continue";
  • 13. cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto f; } else { getch(); clrscr(); goto b; } } else if(yr2==3) { cout<<"nSubjects in 3rd Semester are:-"; cout<<"n1.) Macro Economics"; cout<<"n2.) Cost Accounting"; cout<<"n3.) Business Statistics II"; cout<<"n4.) Function Management"; cout<<"n5.) Business Communication & Manager Skills"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:";
  • 14. cin>>z; if(z==1) { getch(); clrscr(); goto f; } else { getch(); clrscr(); goto b; } } else if(yr2==4) { cout<<"nSubjects in 4th Semester are:-"; cout<<"n1.) Company Law"; cout<<"n2.) Business Research"; cout<<"n3.) Purchase Management"; cout<<"n4.) Quality Management"; cout<<"n5.) Office Management"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) {
  • 15. getch(); clrscr(); goto f; } else { getch(); clrscr(); goto b; } } else if(yr2==5) { cout<<"nSubjects in 5th Semester are:-"; cout<<"n1.) Computerized Financial Accounting"; cout<<"n2.) Business Information System"; cout<<"n3.) Business Environment"; cout<<"n4.) Management Accounting"; cout<<"n5.) Summer Training & Viva Voice"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto f;
  • 16. } else { getch(); clrscr(); goto b; } } else if(yr2==6) { cout<<"nSubjects in 6th Semester are:-"; cout<<"n1.) Elective I"; cout<<"n2.) Elective II"; cout<<"n3.) Elective III"; cout<<"n4.) Sales and Salesmanship"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto f; } else { getch();
  • 17. clrscr(); goto b; } } else { cout<<"Select the correct option:"; cin>>yr2; } } else if(cour==3) { getch(); clrscr(); cout<<"PGDCA (PG Diploma in Computer Application)"; cout<<"nnDescription: Diploma in computer application."; cout<<"nDuration: 1 year"; cout<<"nYearly Fees: Rs.35,000/-"; cout<<"nnSubjects are:-"; cout<<"n1.) EDP"; cout<<"n2.) 'C' Language"; cout<<"n3.) JAVA"; cout<<"n4.) Fundamentals of Computer (FOC)"; cout<<"n5.) DataBase Management System (DBMS)"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z;
  • 18. if(z==1) { getch(); clrscr(); goto f; } else { getch(); clrscr(); goto b; } } else { cout<<"Select the correct option:"; cin>>cour; } } else if(y==2) { getch(); clrscr(); f: cout<<"tttt ADMISSION FORM"; cout<<"ntttt---------------"; cout<<"nCandidate name: "; cin>>cn; cout<<"Date of Birth: ";
  • 19. cin>>dob; cout<<"Parent/Guardian name: "; cin>>par; cout<<"Current Address: "; cin>>ca; cout<<"City: "; cin>>city; cout<<"Contact no: "; cin>>cont; cout<<"E-mail: "; cin>>email; cout<<"Subjects are:-"; cout<<"n1.) BCA"; cout<<"n2.) BBA"; cout<<"n3.) PGDCA"; cout<<"nCourse you want to apply for: "; cin>>c; if(c==1) { cout<<"BCA"; g: cout<<"nFee Structure:-"; cout<<"n1.) Final Payment"; cout<<"n2.) Installment"<<endl; cin>>fee; getch(); clrscr(); if(fee==1) {
  • 20. cout<<"Final payment:-"; cout<<"nnAmount:"; p: cin>>amt; if(amt==35000) { } else { cout<<"Enter the correct amount:"; goto p; } cout<<"nCandidate name: "<<cn; cout<<"nDOB: "<<dob; cout<<"nParent/Guardian name: "<<par; cout<<"nCurrent Address: "<<ca; cout<<"nCity: "<<city; cout<<"nContact: "<<cont; cout<<"nE-mail: "<<email; cout<<"nAmount: "<<amt; } else { cout<<"Installment:-"; cout<<"n1st Installment: "; cin>>ins; amt1=35000-ins; cout<<"Amount: "<<ins;
  • 21. cout<<"nRemaining amount to be paid: "<<amt1; cout<<"nnCandidate name: "<<cn; cout<<"nDOB: "<<dob; cout<<"nParent/Guardian name: "<<par; cout<<"nCurrent Address: "<<ca; cout<<"nCity: "<<city; cout<<"nContact: "<<cont; cout<<"nE-mail: "<<email; cout<<"nAmount: "<<ins; } } else if(c==2) { cout<<"BBA"; goto g; } else if(c==3) { cout<<"PGDCA"; goto g; } else { cout<<"Select the correct option:"; cin>>c; } } else if(y==3)
  • 22. { getch(); clrscr(); j: cout<<"Faculty Details"; cout<<"nn1.) Administrative Person"; cout<<"n2.) Computer Science & Engineering Department"; cout<<"n3.) Humanities"<<endl; cin>>fac; if(fac==1) { getch(); clrscr(); cout<<"ttt****ADMINISTRATIVE PERSON****"; cout<<"nt************************************************** *********"; cout<<"nnt1.) Dr. Amit Shastritt(Director)"; cout<<"nt2.) Mrs. Ridhima Shastrit(Financial & Administrator)"; cout<<"nt3.) Miss. Leena Ma'amtt(Academic Cordinator)"; getch(); clrscr(); goto c; } else if(fac==2) { getch();
  • 23. clrscr(); cout<<"tt****COMPUTER SCIENCE & ENGINEERING DEPARTMENT****"; cout<<"nt************************************************** *************"; cout<<"nntt1.) Er. Kriti Sankhlatt(Asst. Prof.)"; cout<<"ntt2.) Er. Aashutosh Singhtt(Asst. Prof.)"; cout<<"ntt3.) Mr. Ankit Khandelwalt(Asst. Prof.)"; cout<<"ntt4.) Er. Suyash Dasanitt(Asst. Prof.)"; cout<<"ntt5.) Er. Roshni Wadhwanitt(Asst. Prof.)"; cout<<"ntt6.) Mr. Deepak Chouhantt(System Admin)"; getch(); clrscr(); goto c; } else if(fac==3) { getch(); clrscr(); cout<<"ttt****HUMANITIES DEPARTMENT****"; cout<<"nt************************************************** *****************"; cout<<"nnnt ***************************************************************"; cout<<"nt | Name | Qualification | Experience |";
  • 24. cout<<"nt ***************************************************************"; cout<<"nt | 1.) Dr. Ati Garg | MBA,NET,Ph.d | 6 years |"; cout<<"nt ***************************************************************"; cout<<"nt | 2.) Mrs. Pallavi | MBA | 3 years |"; cout<<"nt | Ganguly | | |"; cout<<"nt ***************************************************************"; cout<<"nt | 3.) Mrs. Reena | M.com,NET | 3 years |"; cout<<"nt | Balani | | |"; cout<<"nt ***************************************************************"; cout<<"nt | 4.) Dr. Deepika | MBA,Ph.D | 5 years |"; cout<<"nt | Rathore | | |"; cout<<"nt ***************************************************************"; cout<<"nt | 5.) Mr. Man Singh | M.Sc. (Maths) | 4 years |"; cout<<"nt ***************************************************************"; getch(); clrscr(); goto c;
  • 25. } else { cout<<"Select correct option:"; cin>>fac; } } else if(y==4) { getch(); clrscr(); goto b; } else if(y==5) { exit(0); } else { cout<<"Select the correct option:"; cin>>y; } getch(); clrscr(); k: cout<<"MAIN MENU:-"; cout<<"nn1.) Courses"; cout<<"n2.) Students"; cout<<"n3.) Faculty";
  • 26. cout<<"n4.) First page"; cout<<"n5.) Exit"; cout<<"nnSelect any option:"; cin>>y; if(y==1) { cout<<"nCourse Details:-"; cout<<"n1.) B.Tech"; cout<<"n2.) Exit"; cout<<"nnSelect the option that you want to opt:"; cin>>g; if(g==1) { getch(); clrscr(); cout<<"nB.Tech (Bachelor of Technology)"; cout<<"Yearly Fees: Rs.40,000/-"<<endl; cout<<"n1.) B.Tech Computer Science Engineering"; cout<<"n2.) B.Tech Civil Engineering"; cout<<"n3.) Exit"; cout<<"nnSelect branch:"; cin>>bran; if(bran==1) { getch(); clrscr(); cout<<"nCOMPUTER SCIENCE"; cout<<"nnSemester Scheme:-";
  • 27. cout<<"n1.) 1st Semestertt2.) 2nd Semester"; cout<<"n3.) 3rd Semestertt4.) 4th Semester"; cout<<"n5.) 5th Semestertt6.) 6th Semester"; cout<<"n5.) 7th Semestertt6.) 8th Semester"; cout<<"nnSelect sem:"; cin>>sem; if(sem==1) { cout<<"nSubjects in 1st Semester are:-"; cout<<"n1.) Communicative English"; cout<<"n2.) Engineering Mathematics-I"; cout<<"n3.) Engineering Physics-I"; cout<<"n4.) Engineering Chemistry"; cout<<"n5.) Basic Electrical & Electronics Engineering"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch();
  • 28. clrscr(); goto k; } } else if(sem==2) { cout<<"nSubjects in 2nd Semester are:-"; cout<<"n1.) Communication Techniques"; cout<<"n2.) Engineering Mathematics-II"; cout<<"n3.) Engineering Physics-II"; cout<<"n4.) Chemistry & Environmental Engineering"; cout<<"n5.) Engineering Mechanics"; cout<<"n6.) Fundamentals of Computer Programming"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch();
  • 29. clrscr(); goto k; } } else if(sem==3) { cout<<"nSubjects in 3rd Semester are:-"; cout<<"n1.) Mathematics-III"; cout<<"n2.) Digital Logic Design"; cout<<"n3.) Data Structure using C"; cout<<"n4.) Discrete Structure and Graphics Theory"; cout<<"n5.) Computer Organization & Architecture"; cout<<"n6.) Environment & Ecoclogy"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch();
  • 30. clrscr(); goto k; } } else if(sem==4) { cout<<"nSubjects in 4th Semester are:-"; cout<<"n1.) Industrial Sociology"; cout<<"n2.) Human Values & Professional Ethics"; cout<<"n3.) Computer Graphics"; cout<<"n4.) Operating System"; cout<<"n5.) Theory of Automata & Formal Language"; cout<<"n6.) Introduction to Microprocessor"; cout<<"n7.) Introduction to Soft Computing"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else {
  • 31. getch(); clrscr(); goto k; } } else if(sem==5) { cout<<"nSubjects in 5th Semester are:-"; cout<<"n1.) Design and Analysis of Algorithm"; cout<<"n2.) Database Management System (DBMS)"; cout<<"n3.) Principle of Programming Language"; cout<<"n4.) Computer Architecture"; cout<<"n5.) Web Technology"; cout<<"n6.) Engineering Economics"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else
  • 32. { getch(); clrscr(); goto k; } } else if(sem==6) { cout<<"nSubjects in 6th Semester are:-"; cout<<"n1.) Computer Networks"; cout<<"n2.) Software Engineering"; cout<<"n3.) Compiler Design"; cout<<"n4.) Parallel Algorithm"; cout<<"n5.) Data Warehousing & Data Mining"; cout<<"n6.) Industrial Management"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else {
  • 33. getch(); clrscr(); goto k; } } else if(sem==7) { cout<<"nSubjects in 7th Semester are:-"; cout<<"n1.) Mobile Application Development"; cout<<"n2.) Distributed Systems"; cout<<"n3.) Artificial Intelligence"; cout<<"n4.) Neural Networks"; cout<<"n5.) Cryptography & Network Security"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch();
  • 34. clrscr(); goto k; } } else if(sem==8) { cout<<"nSubjects in 8th Semester are:-"; cout<<"n1.) Product Development"; cout<<"n2.) Digital Image Processing"; cout<<"n3.) Real Time System"; cout<<"n4.) Data Compression"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch(); clrscr(); goto k; } }
  • 35. } else if(bran==2) { getch(); clrscr(); cout<<"nCIVIL ENGINEERING"; cout<<"nnSemester Scheme:-"; cout<<"n1.) 1st Semestertt2.) 2nd Semester"; cout<<"n3.) 3rd Semestertt4.) 4th Semester"; cout<<"n5.) 5th Semestertt6.) 6th Semester"; cout<<"n5.) 7th Semestertt6.) 8th Semester"; cout<<"nnSelect sem:"; cin>>sem; if(sem==1) { cout<<"nSubjects in 1st Semester are:-"; cout<<"n1.) Engineering Maths-I"; cout<<"n2.) Engineering Chemistry"; cout<<"n3.) Material Science"; cout<<"n4.) Basic Electronics"; cout<<"n5.) Basic Thermodynamics"; cout<<"n6.) Engineering Graphics"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) {
  • 36. getch(); clrscr(); goto l; } else { getch(); clrscr(); goto k; } } else if(sem==2) { cout<<"nSubjects in 2nd Semester are:-"; cout<<"n1.) Engineering Physics"; cout<<"n2.) Engineering Maths-II"; cout<<"n3.) Engineering Mechanics"; cout<<"n4.) Basic Electrical Engineering"; cout<<"n5.) Communication Skills"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l;
  • 37. } else { getch(); clrscr(); goto k; } } else if(sem==3) { cout<<"nSubjects in 3rd Semester are:-"; cout<<"n1.) Differential Equations, Probability and Statics"; cout<<"n2.) Engineering Economics"; cout<<"n3.) Strength of Material"; cout<<"n4.) Fluid Mechanics"; cout<<"n5.) Civil Engineering Material and Building Construction"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; }
  • 38. else { getch(); clrscr(); goto k; } } else if(sem==4) { cout<<"nSubjects in 4th Semester are:-"; cout<<"n1.) Numerical Analysis"; cout<<"n2.) Engineering Geology"; cout<<"n3.) Theory of Structure"; cout<<"n4.) Soil Mechanics"; cout<<"n5.) Surveying"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch();
  • 39. clrscr(); goto k; } } else if(sem==5) { cout<<"nSubjects in 5th Semester are:-"; cout<<"n1.) Dynamics of Behavioural Science in Industries"; cout<<"n2.) Open Elective-I"; cout<<"n3.) Concrete Structure Design"; cout<<"n4.) Transportation Engineering-I"; cout<<"n5.) Survey Camp"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch(); clrscr(); goto k;
  • 40. } } else if(sem==6) { cout<<"nSubjects in 6th Semester are:-"; cout<<"n1.) Steel Structure Design"; cout<<"n2.) Environment Engineering-I"; cout<<"n3.) Transportation Engineering-II"; cout<<"n4.) Irrigation Engineering and Hydrology"; cout<<"n5.) Structural Drawing"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch(); clrscr(); goto k; } }
  • 41. else if(sem==7) { cout<<"nSubjects in 7th Semester are:-"; cout<<"n1.) Foundation Engineering"; cout<<"n2.) Project Management and Quantity Surveying"; cout<<"n3.) Solid Wastes and Environmental Pollution"; cout<<"n4.) Departmental Elective-I"; cout<<"n5.) Industrial Training Viva"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch(); clrscr(); goto k; } } else if(sem==8)
  • 42. { cout<<"nSubjects in 8th Semester are:-"; cout<<"n1.) Design of Hydraulic Structure"; cout<<"n2.) Departmental Elective-II"; cout<<"n3.) Departmental Elective-III"; cout<<"n4.) Departmental Elective-IV"; cout<<"nn1.) Continue"; cout<<"n2.) Exit"; cout<<"nSelect the option:"; cin>>z; if(z==1) { getch(); clrscr(); goto l; } else { getch(); clrscr(); goto k; } } } else if(bran==3) { getch(); clrscr();
  • 43. goto k; } else { cout<<"Select the correct option:"; cin>>bran; } } else if(g==2) { getch(); clrscr(); goto k; } else { cout<<"Select the correct option:"; cin>>g; } } else if(y==2) { getch(); clrscr(); l: cout<<"tttt ADMISSION FORM"; cout<<"ntttt---------------"; cout<<"nCandidate name: "; cin>>cn;
  • 44. cout<<"Date of Birth: "; cin>>dob; cout<<"Parent/Guardian name: "; cin>>par; cout<<"Current Address: "; cin>>ca; cout<<"City: "; cin>>city; cout<<"Contact no: "; cin>>cont; cout<<"E-mail: "; cin>>email; cout<<"nSubjects are:-"; cout<<"n1.) B.Tech Computer Science Engineering"; cout<<"n2.) B.Tech Civil Engineering"; cout<<"nnCourse you want to apply for: "; cin>>c; if(c==1) { cout<<" B.Tech Computer Science Engineering"; m: cout<<"nFee Structure:-"; cout<<"n1.) Final Payment"; cout<<"n2.) Installment"<<endl; cin>>fee; getch(); clrscr(); if(fee==1) {
  • 45. cout<<"Final payment:-"; cout<<"nnAmount:"; q: cin>>amt; if(amt==40000) { } else { cout<<"Enter the correct amount:"; goto q; } cout<<"nCandidate name: "<<cn; cout<<"nDOB: "<<dob; cout<<"nParent/Guardian name: "<<par; cout<<"nCurrent Address: "<<ca; cout<<"nCity: "<<city; cout<<"nContact: "<<cont; cout<<"nE-mail: "<<email; cout<<"nAmount: "<<amt; } else { cout<<"Installment:-"; cout<<"n1st Installment: "; cin>>ins; amt1=40000-ins; cout<<"Amount: "<<ins;
  • 46. cout<<"nRemaining amount to be paid: "<<amt1; cout<<"nnCandidate name: "<<cn; cout<<"nDOB: "<<dob; cout<<"nParent/Guardian name: "<<par; cout<<"nCurrent Address: "<<ca; cout<<"nCity: "<<city; cout<<"nContact: "<<cont; cout<<"nE-mail: "<<email; cout<<"nAmount: "<<ins; } } else if(c==2) { cout<<"B.Tech Civil Engineering"; goto m; } else { cout<<"Select the correct option:"; cin>>c; } } else if(y==3) { getch(); clrscr(); goto j; }
  • 47. else if(y==4) { getch(); clrscr(); goto b; } else if(y==5) { exit(0); } else { cout<<"Select the correct option:"; cin>>y; } } void main() { clrscr(); Clg c; c.details(); getch(); }
  • 49.