[Insight-users] include files : istringstream -->> #include <sstream>
Luis Ibanez
luis . ibanez at kitware . com
Thu, 25 Sep 2003 00:15:01 -0400
Hi John,
Please try:
#include <sstream>
int main()
{
std::istringstream readingDocumentationIsGood;
return 0;
}
http://www . cplusplus . com/ref/iostream/istringstream/
http://www . cplusplus . com/ref/iostream/istringstream/istringstream . html
Regards,
Luis
---------------------
Dill, John wrote:
> I have been trying to use istringstream with my code (a modified version of
> ImageRegistration2), but when I compile, it claims it can't find it. I then
> tried using cstdlib, but get the same problem. Why are my header files not
> seemingly found?
>
> Thanks,
> John
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk . org
> http://www . itk . org/mailman/listinfo/insight-users
>