Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: Re: [cgal-discuss] Re: using a Cgal example
  • Date: Tue, 15 Jun 2010 08:27:32 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=eODQ5hAojMqIlpqX4EoJDp4xRDN7X8FsOsTPAD/uVWH4UfyXOJnFFyfkjMnIrYo7jl 6M5KjmVvX5ZEdg8HqgMQkRkyGJJx9UsJuSnGaim3qlE/qu4QyPFwvELvwuJ8nOiQecq5 9oKPs3zA+hBybLW5LF8WepjG+Me6Im7esE610=

If the file is in the path of the executable, just do:

std::ifstream input("elephant.off");
input >> polyhedron;

-Ramin

On Tue, Jun 15, 2010 at 6:26 AM, Hulusi <> wrote:

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.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss





Archive powered by MHonArc 2.6.16.

Top of Page