hi bill <br>I put std:cout&lt;&lt;&quot;hello&quot;&lt;&lt;std::endl; <br>i fixed the problem see below, ihad two copies (itk and my project) of the .h and .txx I had just to rename my files<br>thanks, <br>Elhadj<br>  <br>
<br><div class="gmail_quote">
On Sun, May 9, 2010 at 6:31 PM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Did you put:<br>
std::&lt;&lt;&quot;hello&quot; &lt;&lt;std::endl;<br>
or<br>
std::cout&lt;&lt;&quot;hello&quot; &lt;&lt;std::endl;<br>
<div><div></div><div><br>
<br>
On Sun, May 9, 2010 at 7:27 AM, elhadj meljane &lt;<a href="mailto:elhadj.meljane@gmail.com" target="_blank">elhadj.meljane@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt; when i put a message with std::&lt;&lt;&quot;hello&quot; &lt;&lt;std::endl; in the cxx file  it<br>
&gt; works<br>
&gt;<br>
&gt; but when i put this message in the .h or .txx I don&#39;t get the message in the<br>
&gt; out. I&#39;m beginner with itk, do I miss somthing, I put this message to track<br>
&gt; a code.<br>
&gt; Thanks,<br>
&gt; Elhadj<br>
&gt;<br>
</div></div><div><div></div><div>&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>