User forums > Using Code::Blocks

About "Find declaration of" and "Find implementation of"

(1/2) > >>

wuyihao:
Why does Code::Blocks often can't find the right one or can't even find anything?But there should have been a right one.I found it by searching in files.

blueshake:
Test code,please.

wuyihao:
Of course,I did.And it passed

ollydbg:
Please paste your code fragment then other guys can test and help you.  :D

wuyihao:

--- Code: ---int main()
{
    int n;
    n = 2;
    return 0;
}

--- End code ---

It's simple,isn't it?But when I click the "Find the declaration of "n".It says,"Not found: N".Why?
Thank you!!!

Navigation

[0] Message Index

[#] Next page

Go to full version