Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Strange problem

Subject: CGAL users discussion list

List archive

[cgal-discuss] Strange problem


Chronological Thread 
  • From: Morteza Romoozi <>
  • To:
  • Subject: [cgal-discuss] Strange problem
  • Date: Thu, 24 Jul 2008 23:11:23 -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:MIME-Version:Content-Type:Message-ID; b=aJ8JTNxTanfk6nU2AxU2bdfGO7J9YNaKipB6PX8DRsDHUw2EaP8ca7nd4Df1mceSMUr9Gffmrgyh8Sahv2+vMmLotulWZRUa4XZKUQxs3R6rd3+2vy4f/TERAA7O9JEoiNLzWqLupKjjZhJA1dxC81FrUTYtFL6zAQi2ap71soQ=;

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