
04-13-2008, 09:14 PM
|
|
Senior Member
|
|
Join Date: Oct 2005
Posts: 284
|
|
Quote:
Originally Posted by weezer
I downloaded both eaīs and tried to put then on a chart
but it simply donīt attach to the chart.
Can anyone explain why?
|
You have:
double p=Point();
take out ()
Just put:
double p=Point;
and compile.
|