Thread
:
Help with polynomial program
View Single Post
#
2
(
permalink
)
08-07-2007, 06:44 AM
cachi
Member
Join Date: Jul 2007
Posts: 40
Code:
add(new Term(c, d)); // <---ERROR HERE
You can't call a method that isn't static all by itself like that. It needs an object.
Either that, or make the method static.
Greetings.
cachi
View Public Profile
Send a private message to cachi
Find all posts by cachi