Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System (lms)

Project Overview

This is a simple Library Management System written in C++.

Project Folder Structure

lms/
├── build/              # Compiled binaries (auto-generated)
├── data/               # Data files (auto-generated)
├── src/                # Source code
│   ├── main.cpp        # Modern C++ version
│   └── main_legacy.cpp # Turbo C++ legacy version
└── .gitignore
├── README.md

How to Build and Run

On macOS/Linux

  1. Build the project:
    g++ src/main.cpp -o build/main
  2. Run the program:
    ./build/main

On Windows

  1. Build the project:
    g++ src/main.cpp -o build/main.exe
  2. Run the program:
    .\build\main.exe

Ensure you have a C++ compiler (such as g++) installed. The application will automatically create the necessary data directory and files on first run.

About

Library Management System

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages