View Single Post
Old 08-15-2005, 06:30 PM   #16 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Do this:
Code:
theDeck.show(std::cout);
Basically you pass the type of stream you want the data being forwarded to. In our case the console/bash (std::cout) will do just fine.

The meaning of the excercise I gave you is not to fully understand the internal workings of the library (classes) I gave you, but more on training you how to use them. Then later we find out what is going on bit by bit. We'll disect it like we are medics examining a body.
__________________
Valmont is offline   Reply With Quote