Skip to content

PicklesRcool/BestScheduleParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

BestScheduleParser

This project is a C++ application designed to generate convenient text for creating a spreadsheet with the student lessons for the BEST Lviv recruitment marketing campaign.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • CMake version 3.10 or higher
  • A C++14 compatible compiler

Building

  1. Clone the repository
git clone https://github.com/PicklesRcool/BestScheduleParser.git
  1. Navigate to the project directory
cd BestScheduleParser
  1. Create a build directory and navigate to it
mkdir build && cd build
  1. Run CMake to generate the build files
cmake ..
  1. Build the project
make

Usage

After building the project, you can run the application with:

./BestScheduleParser <input_file>

Where <input_file> is the path to the input file. You then specify <output_file>, which is the path to the output file, at the start of the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published