Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
A general remark that causes issues and leads to somewhat (and long) trial-and-error debugging sessions:Distinguishing between compiler and linking errors; knowing what they are, what causes them and how to resolve them.Seeing a compiler as a series of steps to translate Hello.cpp to Hello.exeReally reading error messages and go to step 1.When debugging, reduce the scope (e.g. 1st test w/o ExcelDriver). Solving 2 problems simultaneously is not a good idea.Take an analytical approach.In one of my early modules I explain the compilation process.[MEDIA=youtube]IhC7sdYe-Jg[/MEDIA]
A general remark that causes issues and leads to somewhat (and long) trial-and-error debugging sessions:
In one of my early modules I explain the compilation process.
[MEDIA=youtube]IhC7sdYe-Jg[/MEDIA]