I'm using a priority queue consisting of a pair of an object of a class called Nodo and a value of type float (I chose it instead of double, thinking it takes up less bytes).
The error I get is in the comparison operator >...
My question is simple and maybe the solution too ...
I am learning Perl, I know how python works, in python to import a library is simple, import is used, but for Perl ... how is it?
I get an error compiling that I do not understand, I'm implementing the Langton ant using inheritance and polymorphism, by creating a pointer to a class that defines a type of ant with special characteristics.
Estos son los errores que me sale...