From 972051ed5a7b9d8d1277b389580d30e83a0ee892 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 19 Jan 2024 14:00:29 -0500 Subject: [PATCH] about getline --- hws/discussions/ride_sharing.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hws/discussions/ride_sharing.txt b/hws/discussions/ride_sharing.txt index 98b5af8..aef4db0 100644 --- a/hws/discussions/ride_sharing.txt +++ b/hws/discussions/ride_sharing.txt @@ -14,3 +14,4 @@ Discuss the following questions with students around you. 9. When a driver cancels a request, your program tries to find another driver who is the closest to the rider, what if that driver is the same driver as the one who is canceling? 10. What operator(s) can be a good choice for operator overloading in this program? +11. Is it a good choice to use the getline() function to read the input files for this program? Why?