User: prophetjohn

  • Public profile

User profile: prophetjohn

User info
User name:prophetjohn
History
Joined:
Number of posts:70
Latest posts:

Math Tutor program help.
You need to seed the random number generator. Think of it as initializing the [code]rand()[/code] fu...

check function for a 2d array.
Your first array index is out of bounds when rows - row < 6

check function for a 2d array.
[code] void seat_availability(char a[][MAX_SEAT], int rows) { using namespace std; for(int row = 1;...

Creating a GUI
Qt is a third party library. For a better explanation, you can click on the link. @ascii, it's a va...

Cell Phone Bill
Use a do-while loop that checks if the number the user entered is greater than 999999. Keep asking u...

This user does not accept Private Messages