Segmentation fault using pointers

后端 未结 0 2011
傲寒
傲寒 2020-12-08 14:08

Hi i\'m writing some functions for a heap represented as a tree. My Node is a struct:

template
struct Node
{
    Node * parent = nullpt         


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