how to pass vector objects from one class to another
Posted
by gnwillix
on Stack Overflow
See other posts from Stack Overflow
or by gnwillix
Published on 2010-05-09T09:44:21Z
Indexed on
2010/05/09
9:48 UTC
Read the original article
Hit count: 142
c++
I am trying to make a program that generates bids automatically, then pack them into a vector and send them to the auctioneer.The simulator class, the simulator can then pass the bids to the auctioneer.How do I implement this communication.I thinking of sending the all vector conatiner of bids to the simulator.Can anyone demostrate a better way of sening vector objects from one class to another.
© Stack Overflow or respective owner