C/C++ Software Devevopment

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 mainternance.
  • The API signature/ 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.


These are the topics discussed in further detail:


  1. Line Numbers
  2. Code Folding
  3. Outline View
  4. Quick Outline
  5. Mark Occurrences
  6. Quick Preview
  7. Macro Expansion
  8. Jumping within the file
  9. Jumping to declaration/definition
  10. Jumping across file
  11. Searching / Finding
  12. Call Hierarchy
  13. Include browser
  14. Type Hierarchy
  15. Bookmarks
  16. Code Formatting


0 Komentar untuk "C/C++ Software Devevopment"

Back To Top