User profile: eddytan95

User info
User name:eddytan95
History
Joined:
Number of posts:8
Latest posts:

data doesn't pass from a class to another
[code]#include <iostream> #include <cstdlib> #include <fstream> #include <windows.h> using namespace...

string compare problem
but 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 another
i 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 minutes
Being 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++) { ...