Saturday, 9 November 2013

Download Library Management C Project Code and Report


Download Library Management C Project Code and Report

The project entitled LIBRARY MANAGEMENT SYSTEM A C PROJECT is developed as part of the VI Semester RDBMS package project for the partial fulfilment of the BE (Computer Science) degree. The main objective of the application is to automate the existing system of manually maintain the records of the Book Issue, Book Return from the student, Stock Maintenance, Catalogue and Book Search to be computerized. So the Book Issue, Return, Searching will be a more refined and quicker process.


//***************************************************************

// HEADER FILE USED IN PROJECT

//****************************************************************

 

#include<fstream.h>

#include<conio.h>

#include<stdio.h>

#include<process.h>

#include<string.h>

#include<iomanip.h>

 

//***************************************************************

// CLASS USED IN PROJECT

//****************************************************************

 

 

 

class book

{

char bno[6];

char bname[50];

char aname[20];

public:

void create_book()

{

cout<<"\nNEW BOOK ENTRY...\n";

cout<<"\nEnter The book no.";

cin>>bno;

cout<<"\n\nEnter The Name of The Book ";

gets(bname);

cout<<"\n\nEnter The Author's Name ";

gets(aname);

cout<<"\n\n\nBook Created..";

}

 

void show_book()

{

cout<<"\nBook no. : "<<bno;

cout<<"\nBook Name : ";

puts(bname);

cout<<"Author Name : ";

puts(aname);

}

 

void modify_book()

{

cout<<"\nBook no. : "<<bno;

cout<<"\nModify Book Name : ";

gets(bname);

cout<<"\nModify Author's Name of Book : ";

gets(aname);

}

 

char* retbno()

{

return bno;

}

 

void report()

{cout<<bno<<setw(30)<<bname<<setw(30)<<aname<<endl;}

 

 

}; //class ends here

 

 

 

 

class student

{

char admno[6];

char name[20];

char stbno[6];

int token;

public:

void create_student()

{

clrscr();

cout<<"\nNEW STUDENT ENTRY...\n";

cout<<"\nEnter The admission no. ";

cin>>admno;

cout<<"\n\nEnter The Name of The Student ";

gets(name);

token=0;

stbno[0]='/0';

cout<<"\n\nStudent Record Created..";

}

 

void show_student()

{

cout<<"\nAdmission no. : "<<admno;

cout<<"\nStudent Name : ";

puts(name);

cout<<"\nNo of Book issued : "<<token;

if(token==1)

cout<<"\nBook No "<<stbno;

}

 

void modify_student()

{

cout<<"\nAdmission no. : "<<admno;

cout<<"\nModify Student Name : ";

gets(name);

}

 

char* retadmno()

{

return admno;

}

 

char* retstbno()

{

return stbno;

}

 

int rettoken()

{

return token;

}

 

void addtoken()

{token=1;}

 

void resettoken()

{token=0;}

 

void getstbno(char t[])

{

strcpy(stbno,t);

}

 

void report()

{cout<<"\t"<<admno<<setw(20)<<name<<setw(10)<<token<<endl;}

 

}; //class ends here



It is a software application to maintain the records related to Book Purchase, Stock Maintenance, Book Search, Catalogue, Book Issue, Book Returns, Fine Collection, and all necessary requirements for the Library to manage day to day operations.

This application can be used by any Library to automate the process of manually maintaining the records related to the subject of maintaining the stock and Book Issues.

It is seen that there is no loss of books and students don’t waste time searching for the book required. It is preferred in college libraries where management of books is slightly complicated where students are always referring and borrowing them.


download
Project Report and source code of CSE LIBRARY MANAGEMENT SYSTEM A C PROJECT .




















Thursday, 7 November 2013

How to hide Windows Account for--: windows 7 ,backtrack & all windows?





This technique is used as an back-track on any windows operating system.
It is very useful on those computers where only limited user
accounts are allowed by the owner,and each time to work on it,you have to ask him to fill password in the system.So let us go :

method 1:

Firstly create a new user account (as administrator,if you want )and then

< 1 >Go to run,type cmd and press
enter .
< 2 >Now type
" net localgroup users AccountName /delete " .

Congratulations now your account is hidden .
But how to login through it
when you boot your computer/laptop
next time,because windows will not show this account on the login screen

when you login next time.

< 1 > After booting the system,wait till
login screen appears.Now press
Control+Alt+Delete.Now in the user
enter your username and in pass enter
your password and press login.

THIS LITTLE TECHNIQUE IS OF GREAT
USE.


method 2:

#Another #method...for Windows

Tto hide additional user accounts on Windows & Logon Use Regedit, also works
for Vista
Hide User Accounts in windows Vista and
Windows 7

#1.at Run type regedit
Once in regedit go to
HKEY_LOCAL_MACHINE\Software\Microsoft
\WindowsNT\CurrentVersion\Winlogon


#2.In the left panel, right click on Winlogon and
click New and click Key.
Type SpecialAccounts and press Enter

#3.In the left panel, right click on SpecialAccounts and click New and click Key.
Type UserList and press Enter.
In right panel of UserList, right click on a
empty area and click New then click DWORD
(32bit) Value.

#4.Type in the name of the user account that
you want to hide and press Enter.eg:
Everyday Account.
In the right panel, right click on the user
account name and click Modify.

#5.To hide the user account – Type 0 and click
OK.
(number zero not the letter)
Whenever you want to use the account just
unhide the it by typing 1 instead of zero.

when you login next time.

< 1 > After booting the system,wait till
login screen appears.Now press
Control+Alt+Delete.Now in the user
enter your username and in pass enter
your password and press login.

join with us on facebook for more update AT's All Time Solutions.