Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CodeKharl/Room_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

Room Management System

A simple C program for managing rooms and room members.

Overview

room-manage is a command-line application written in C.
It provides basic room management and member management functionality.

Project Structure

.
├── bin/
│ └── room-manage
├── src/
│ └── *.c
├── include/
│ └── *.h
├── scripts/
│ └── build
├── README.md

Build

This project does not include a Makefile.

Build the executable using the provided bash script:

chmod +x scripts/build
./scripts/build

The build process outputs the executable:

room-manage

Run

./room-manage

Notes

  • Header files are located in include/
  • Source files are located in src/
  • You may create your own Makefile if needed

About

simple programming for managing rooms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /