Skip to content

在MSVC下部分代码提示报错。 #3

Description

@duxingzhe

pointer
原来的代码是:
heap.cpp
heap->tree = temp
改成
heap->tree = &temp;;//error:temp
这样才不会报错。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions