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: Mahmood Naderan <>
  • To:
  • Subject: Re: [cgal-discuss] Strange problem
  • Date: Thu, 24 Jul 2008 23:20:20 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=BNrQQjLkac4F6iDVIfKFbrUVputaUme5vypX4Y3Oguu5uhhOCR0GVk3goTOlNrvuf9ghHRhrcagoEIY7Dx0/qUBxy/wYvPu/eWi6EaWG5QagQgnY5dhFm5cU8QrmF92heWFQRACQ+GLFjUBifUszbTL40Mgsf+hnJrMB2Y5f/cA=;

> 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