On Thu, Oct 9, 2008 at 6:22 PM, Evan Carlisle <[EMAIL PROTECTED]> wrote:
> suppose:
> 1.  vector < vector <int> > op_sequence;
> 2.  op_sequence = vector < vector <int> >(600, vector <int>(POP, 0));
> 3.  fill (op_sequence[100].begin(), op_sequence[100].end(), 1);

Can you please post a small program that performs the above actions ?
That will save some typing ...

Bart.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to