Search This Blog

Monday, August 16, 2010

Library Management System In code C Programming Language



Library management system in C programming language.This project was made by me and one of my friend at the early time of our Computer Science study.So programs are written very easily to understand to any beginner . without (graphical user interface) GUI .
You can see the output of this program form this link : See Video

You can download the code for study from hare :    Download


3 comments:

Search String Inside Oracle Database Objects SQL

SELECT owner, name, type, line, text  FROM dba_source WHERE instr(UPPER(text), UPPER('string')) > 0;