Thanks for the rly. However I am getting a debug assertion When reading the data that was passed. Although the data is being read and displayed but i am getting a debug assertion when i do something like<br><br><b>std::cout &lt;&lt; (*(e-&gt;get_obj()))[0].data &lt;&lt; &quot;\n&quot;;    </b><br>
<br>I am sure there are no library issues. Any idea why i am getting a <br><b>Debug assertion failed<br>Expression :_BLOCK_TYPE_IS_VAILD(pHead-&gt;nBlockUSe)</b><br><br><br><div class="gmail_quote">On Tue, Dec 20, 2011 at 7:40 PM, Thomas Lockhart <span dir="ltr">&lt;<a href="mailto:lockhart@fourpalms.org" target="_blank">lockhart@fourpalms.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
...<div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
but its not . so how can i push elements into an unbounded sequence?<br>
</blockquote>
<br></div>
You need to set the size and assign to a specific element afaicr. Constructors might let you set aside space so it does not reallocate every time.<br>
<br>
hth<br>
<br>
                          - Tom<br>
</blockquote></div><br>