Skip to content

An application that provides users with all the available transportation options, according to their needs.

License

Notifications You must be signed in to change notification settings

Eslam-Radwan/guide_me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guide_me

A CLI application that provides users with all the available transportation options, according to their needs.

Technical Practices

  • Components will be separated in to header (.h) files and source (.cpp) files
  • Apply OOP principles
  • C++11 following Google's C++ style sheet
  • File names & branch names -> snake_case
  • Class names -> PascalCase
  • Methods & Attributes & Functions -> camelCase

Local Setup

Configure C++ and Cmake

Contribution

  • add your header files in ./include

  • add your source files in ./src

  • build using cmake

  • run the application

About

An application that provides users with all the available transportation options, according to their needs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.2%
  • CMake 0.8%