[Insight-users] std::cout

Bill Lorensen bill.lorensen at gmail.com
Sun May 9 12:31:29 EDT 2010


Did you put:
std::<<"hello" <<std::endl;
or
std::cout<<"hello" <<std::endl;


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


More information about the Insight-users mailing list