C/C++ Software Development with Eclipse

1. Reading CodeΒΆ

This is what developers do every time.

  • They read the code.
  • Read the lines of code others have written.
  • Other developer’s code for code maintenance.
  • The API Signatures / Function prototypes
  • The values of constants.
  • They read the same code written just few minutes back.

This is how an opened file, example.c would look in Eclipse.

../../_images/c-default-example-dot-c-file-view.png

These are the topics discussed in further detail:

Feedback Form
Feedback Analytics