Emacs outline view possible in CC mode?

emacs

Solution

Check out ECB, the Emacs Code Browser.

Problem

I'm an Eclipse addict trying to get more comfortable with Emacs for C code. Is there a way to get an outline view of a C file, similar to the view on the right of the image below, in Emacs in CC mode? (source: eclipse.org)

Original source