while programming in c++, Most of the times i get 'some symbol' has already been defined see previous definition of 'some symbol'
I think this happens because improper order of headers file included.
How can i find out all the definitions of 'some symbol'
Thanks in advance, Uday
EDIT:
I am using visual studio I remember some command some thing like dumpbin /exports (I dont remember exactly) to get all the definition