blu-rayy / movie-rental

Movie Rental System using C++
0 stars 1 forks source link

Copies Reaches Zero #4

Open blu-rayy opened 4 months ago

blu-rayy commented 4 months ago

To implement later:

Logic for rejecting video rentals when there are no more copies available ( less than 0)

blu-rayy commented 4 months ago

string videoID_result, movie_info; while (getline(getVideo_ID, movie_info)) { if (movie_info.find(movie_id + ",") == 0) { videoID_result = movie_info; break; } }

I think around this part lagyan ng is a pang condition