Implementation using linked list stl

please look into my code why it is throwing this error

@Anku47 code with modifications: https://ide.codingblocks.com/s/317410

  1. constructor name should be the same as the class name
    image
  2. Push function requires an argument
    image
    But you did not pass any argument in this function call
    image