Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Strange problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Strange problem


Chronological Thread 
  • From: Morteza Romoozi <>
  • To:
  • Subject: Re: [cgal-discuss] Strange problem
  • Date: Thu, 24 Jul 2008 23:34:55 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=ngT2/Zbp56Q1/4Z1xnckN9o/7mHj1XG9PI3COQ2WGg6Ns7PF3jhkvobyYFXQ9tUlfW1Fn92PDJz4vQVBwkLTHQY5U0KQhATQEMHKauS3tvi/0Jr4ayaI44iQcFZQf4BIiPMJOgnAmHNSINgbjAKcCno2MaFNBC4GqYCEG2aGGhU=;

ther is no Error but i think it cant run

points=new Point[pl];

it stop when rich to this line

--- On Thu, 7/24/08, Mahmood Naderan <> wrote:
From: Mahmood Naderan <>
Subject: Re: [cgal-discuss] Strange problem
To:
Date: Thursday, July 24, 2008, 11:20 PM

> when i try to run exe file of it,face to error and cant run it
 
What is the error message then?
 
-------------------
Mahmood Naderan
 

 

----- Original Message ----
From: Morteza Romoozi <>
To:
Sent: Friday, July 25, 2008 9:41:23 AM
Subject: [cgal-discuss] Strange problem

Hi

i run below code in visual c.net,but when i try to run exe file of it,face to error and cant run it.

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

typedef CGAL::Cartesian<double> K; typedef K::Point_2 Point;
typedef CGAL::Polygon_2<K> Polygon_2;
using std::cout; using std::endl;


int main()
{
Point *points;

points=new Point[pl];

for(j=0;j<pl;j++){

     points[j]=Point(2,4);}

}

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Plz Help me







Archive powered by MHonArc 2.6.16.

Top of Page