Class-based Ride Sharing System in two different languages, Smalltalk and C++.
# RideSharingAppOOP
Class-based Ride Sharing System in two different languages, Smalltalk and C++.
Run g++ main.cpp -o rideshare && ./rideshare to compile and run rideSharingAp.cpp inside CPP folder.
For SmallTalk:
1. Download GNU compiler for small talk.
`brew install gnu-smalltalk`
2. Then, use following command to run Small Talk program
`cd SmallTalk/`
`gst RideSharing.st`