<div dir="ltr"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px">Hello. What's wrong with this code snippet?</span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px">
<br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px"><div class="" style="margin:0px;color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px"><table class="" style="font-size:12px">
<tbody><tr><td class="" style="color:rgb(160,160,160);text-align:right;vertical-align:top;min-width:20px"><pre style="margin-top:0px;margin-bottom:0px"><code>1<br>2<br>3<br>4<br>5<br>6<br></code></pre></td><td class="" style="background-color:rgb(239,239,255);border:1px solid rgb(192,192,208);vertical-align:top">
<pre style="margin-top:0px;margin-bottom:0px"><code>       <var style="font-style:normal;color:rgb(0,0,176)">int</var>    **lBucket;

       lBucket = <var style="font-style:normal;color:rgb(0,0,176)">new</var> <var style="font-style:normal;color:rgb(0,0,176)">int</var>*[iWorldSize];<cite style="font-style:normal;color:rgb(0,112,0)">//iWorldSize is the nummber of processors</cite>
                 
         <var style="font-style:normal;color:rgb(0,0,176)">for</var>(i=0;i<iWorldSize;++i)
            lBucket[i] = <var style="font-style:normal;color:rgb(0,0,176)">new</var> <var style="font-style:normal;color:rgb(0,0,176)">int</var>[m];</code></pre></td></tr></tbody></table></div><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px">
<br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px">Thanks in advance</span><br clear="all">
<div dir="ltr"><div dir="rtl"><br><br></div></div>
</div>