The image below outlines the C/C++ Perspective in Eclipse.
Project Explorer - lets you explore the directory structure of your projects and access project properties, etc.
Source Code Editor - provides syntax highlighting and content assistance (drop-down apis, code completion, etc.)
Project Outline - provides overview of the source code file's variables and methods
Console - view project compilation output (GNU make build)