Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: using a Cgal example

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: using a Cgal example


Chronological Thread 
  • From: Hulusi <>
  • To:
  • Subject: [cgal-discuss] Re: using a Cgal example
  • Date: Tue, 15 Jun 2010 03:26:42 -0700 (PDT)


Thank you

I heve copied the elephant.off file in the directory of the executable and I
set the its path as follows (the executable is located in the same
directory):

Polyhedron polyhedron;
std::ifstream input("C:\Documents and
Settings\user\Bureau\toto\Debug\elephant.off");
input >> polyhedron;

I have the same error

Best regards
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/using-a-Cgal-example-tp2255602p2255673.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page