Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Implementation of real data type of LEDA

Subject: CGAL users discussion list

List archive

[cgal-discuss] Implementation of real data type of LEDA


Chronological Thread 
  • From: Chintan Mandal <>
  • To:
  • Subject: [cgal-discuss] Implementation of real data type of LEDA
  • Date: Fri, 13 Aug 2010 09:24:30 +0200 (CEST)

Hello everybody,
I am presently trying to implement the leda real data type.
I am working in the Netbeans environment in Fedora.
I have included the leda_basic.h and leda_real.h in the program.
However, when I am trying to declaring a variable by :
real x;
I am getting an error:
error: `real` does name a type.
The path to the header files are no problem, as the builder in Netbeans have
found no errors in it.
I want to know that how one can implement the real data type for CGAL
programming.
I want some examples.

Chintan.



Archive powered by MHonArc 2.6.16.

Top of Page