Reply to thread

A general remark that causes issues and leads to somewhat (and long) trial-and-error debugging sessions:

  1. Distinguishing between compiler and linking errors; knowing what they are, what causes them and how to resolve them.
  2. Seeing a compiler as a series of steps to translate Hello.cpp to Hello.exe
  3. Really reading error messages and go to step 1.
  4. When debugging, reduce the scope (e.g. 1st test w/o ExcelDriver). Solving 2 problems simultaneously is not a good idea.
  5. Take an analytical approach.

In one of my early modules I explain the compilation process.

[MEDIA=youtube]IhC7sdYe-Jg[/MEDIA]


Back
Top Bottom