C++ error: call to implicitly-deleted default constructor

前端 未结 0 940
执念已碎
执念已碎 2021-01-02 03:49

I want to build my own hash table in C++, using my own linked list.

I wrote:

class hash_table {
    int filled, max_space;
    linked_list

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题