Do i need an overloading

plz I need a help
i've tryed to instantiate two objects it show me this error do i need an overlodind and if so how ?
the output looks like this
1
2
3
no matching function for call to ‘Ab::Ab(__gnu_cxx::__alloc_traits<std::allocator<std::__cxx11::basic_string<char> >, std::__cxx11::basic_string<char> >::value_type&, Rensei*&)’
  113 |          Abn *abn1= new Abn(v [second],ren);
      |                                           ^

hard to say without more info.
what does Abn(??) take?

9/10 times these messages are from outright incorrect parameter types, and the most common cause of that is a pointer when its not a pointer or its not a pointer and should be.
Last edited on
...and what is v?
what is this ???

___
hiim ducking from https://www.khosango.com/
Topic archived. No new replies allowed.