Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Beginner-level question

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Beginner-level question


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: Re: [cgal-discuss] Beginner-level question
  • Date: Thu, 27 Dec 2007 22:45:43 +0530


wrote:
[...]
I am compiling this code on windows and it compiles fine,but I don't know
what to type in at the command prompt to make it produce some output?

You need to provide the program with the input points' coordinates, one point per line. End the output by typing Ctrl-D and Enter.

Ex:
1 2
3 4
5 6
6 4
^D

~ash



Archive powered by MHonArc 2.6.16.

Top of Page