User profile: liyingbo

User info
User name:liyingbo
Name:yingbo li
Location:wi
Bio:system admin, scm
History
Joined:
Number of posts:4
Latest posts:

Binary Tree Heap getNodeIndex hung
I found the problem. I should use return 0 instead of exit 0 since the function return type is int. ...

Binary Tree Heap getNodeIndex hung
I am debugging a Binary Tree Heap code. It hung at getNodeIndex() when it is hit the top of the heap...

cout error c2679
Thank you! It works.

cout error c2679
When I using a string, leading, followed by an int root-value. It prompt C2679 error. How should I f...