Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages