|
784 0 |
error: bad operand types for binary operator '>'
if(!IsEmpty() && !(x>tail))
^
first type: int
second type: Node
|
public void SetPos(int pos)
{
if(!IsEmpty() && !(pos>tail))
curr=pos;
}