invalid conversion from ‘int’ to ‘Node*’

前端 未结 0 636
情话喂你
情话喂你 2020-12-15 17:41

When I try to create a node I get the error at the title. The implementation is:

struct Node  
{ 
    int data; 
    Node *prev, *next; 
    // Function to ge         


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