Hi,
i have seen a lot of ppl say things like, 'this piece of code is more efficient than the other', 'this gives better performance' or 'more efficient memory wise' etc.. but i fail to understand that how in a normal coding scenario can i find out the efficiency of a code? .. i'm not talking about the very obvious scenario's which are already written down in books or journals.
r there any techniques to find out the performance/efficiency/memory map of a c++ program?
thanks
chandra