Giter Site home page Giter Site logo

archismankarmakar / timetable-ak Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 59 KB

Routine Management System made using C++20

License: MIT License

C++ 98.95% Makefile 1.05%
cpp cpp11 cpp14 cpp17 cpp20 file-handling file-handling-in-cpp filesystem object-oriented-programming oop

timetable-ak's Introduction

TimeTable

A C++20 CLI based Routine Management System

Build Status Development Status

Readme Written by Archisman Karmakar

Tech Stack

My Skills

Getting Started


1. Clone the Repository using Git

git clone https://github.com/ArchismanKarmakar/TimeTable-AK.git

or just download the ZIP file from above.


2. Next extract the files in a folder & open the content using VS Code or any other IDE/Editor.

How to Compile & run ?


You can directly use:

Compile the project using the CMake compiling file or use:

g++ -o main main.cpp login.cpp signup.cpp

or

cd "path of your project folder" ; if ($?) { g++ main.cpp login.cpp signup.cpp -o main } ; if ($?) { .\main }

Or use

all: main.cpp ./src/global.cpp ./src/faculty.cpp ./src/login.cpp ./src/signup.cpp ./src/table_manage.cpp
	g++ -o "./build/app" main.cpp ./src/global.cpp ./src/faculty.cpp ./src/login.cpp ./src/signup.cpp ./src/table_manage.cpp

run:
	./build/app

clean:
	rm -f ./build/*

clean(win):
	del /f build\*

headers: ./include/global.hh ./include/faculty.hh ./include/login.hh ./include/signup.hh ./include/table_manage.hh 
	g++ ./include/global.hh ./include/faculty.hh ./include/login.hh ./include/signup.hh ./include/table_manage.hh
 

Requirements

Cygwin x64|x86 based g++|gcc|cpp|cmake i.e gcc version 10 containing g++17 or higher.
Alternatively MSYS32 or Clang64 can also be used, but please avoid MinGW.

How to contribute?


Push the changes Then Create a PR


Setup the repository in your local machine and make the necessary changes. Open Terminal and write the following commands :


git status
git add .
git commit -m '[Changes you made]'
git push origin main

timetable-ak's People

Contributors

archismankarmakar avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.