RideSharingAppOOP

Description

Class-based Ride Sharing System in two different languages, Smalltalk and C++.

Details

Source
GitHub
Created
Nov. 15, 2025
Updated
March 7, 2026

README excerpt

# 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`
← Back to results