Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem in runnig examples

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem in runnig examples


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: Re: [cgal-discuss] Problem in runnig examples
  • Date: Mon, 27 Jul 2009 17:16:34 +0800
  • 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:content-transfer-encoding; b=fAW6tSiOJyo0tZ+cw3OIeYEle2L221w91Pd6MggMglyXSZ+B2paFNsqPmgSDIJyDg4 NaLbe/rf55Mv6a777VhTHnLdX5pbCnK8yUatHU3kG68nn+W53YdCyvOsfL0Ps870R4fI 5DcwvbsfKwMAeqECuaiQMX/siSPzCqx4uYTYM=

On Mon, Jul 13, 2009 at 22:40,
<>
wrote:
> Hi,
>
> I have installed CGAL recently and I can not get results from runnig
> examples.
> When I type "make nn_coordinates_2" the building process is done completely
> and
> there is no errors but I can not find where "cout<<" results are produced if
> the program works.
[...]
> Is it the source of error? what should I do to resolve it?!

cout writes to the console. If you are running the program from Visual
Studio, a console window will pop up with the output and disappear as
soon the program exits.

~ash


  • Re: [cgal-discuss] Problem in runnig examples, Ashwin Nanjappa, 07/27/2009

Archive powered by MHonArc 2.6.16.

Top of Page