This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
163 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Cafeteria Management System | ||
This is C based program for demonstrating the use of `struct` in C | ||
|
||
|
||
# Requirements | ||
+ gcc v5+ installed | ||
|
||
# How to Run | ||
+ Change the `config.h` file | ||
```cpp | ||
// coder settings | ||
#define NAME "Gurkirat" | ||
#define INSTITUTION "MDU Rohtak" | ||
#define SUBMITTED_TO "Mr. Deepak" | ||
|
||
// program settings | ||
#define MAX_SIZE 100 | ||
``` | ||
+ Building the program | ||
``` | ||
$ gcc main.c -o program | ||
``` | ||
|
||
+ Running the program | ||
``` | ||
$ program | ||
``` | ||
|
||
**Note :** If you are on windows os then add `gcc.exe` to the enviroment path variable before compiling the program |
Binary file not shown.