data doesn't pass from a class to another[code]#include <iostream> #include <cstdlib> #include <fstream> #include <windows.h> using namespace...
string compare problembut still, if i using a loop, the second time input for the seat i gonna get (SEAT IS TAKEN!), why i...
data doesn't pass from a class to anotheri was trying to do a inheritance class whereby it's similar below, but why, whenever a class end, th...
Simple time program with hours and minutesBeing asked to write a program that accept both hours and minutes. Example 2050 (24hrs format) ...
string compare problem[code]#include <iostream> int main() { char seats[84]; for(int i = 0; i < 84; i++) { ...