User profile: mongie52

User info
User name:mongie52
Name:Kevin
Location:Rowan
Bio:I am a student enrolled in a C++ course. I'm trying to get ahead of the class and learn things from external sources and use in my code for extra credit. Any help or assistance will be greatly appreciated.
History
Joined:
Number of posts:9
Latest posts:

How to pass variable(queue) in function by reference C++
I tried implementing it, and it works great. Thanks :)

How to pass variable(queue) in function by reference C++
Hi, I'm trying to simulate a movie theater program where customers enter the theater, wait on line, ...

Error: "(variable) not initialized. this must be wrong!
Nevermind, it seems that after hours of tweaking this code, as soon as I post looking for help, I fi...

Error: "(variable) not initialized. this must be wrong!
i figured it out. it was because i wasn't actually passing any value into the function parameter.. i...

Error: "(variable) not initialized. this must be wrong!
I have a project to simulate a movie theater program that will track customers entering the theater ...