I need help creating a poker program for my c++ class. I'm only allowed to use loops, arrays, if statements... and all of the beginner stuff. I need help seeing a simple program to understand it first because I barely get this class. It's a bit difficult now...
You'd better start learning programming itself and C++. It is too hard to try and learn by "seeing" other programs.
One can not learn writing simply pondering on the books. One can not learn driving by watching the cars passing.
Take some good book, for example "C++ Primer" and start writing your code. Feel free to ask when you have any specific troubles with some specific code.