Organization of the Course

Seminar 0 - Visual Studio Code Setup

During this seminar, your task will be to set up Visual Studio Code.

You can find the tutorial .

You can find the project files in .

Your task is to set up a Visual Studio Code and implement three simple vector operations to learn how to work with the unit tests.
The methods which you must implement can be found in the application.cpp file:

When everything works, you will see a similar result:


If you have the C++ TestMate extension installed, you can run tests there and see the results immediately.


If you open tests/test.cpp after you ran the tests, you can see exactly the condition your algorithm didn't pass. That can be useful for debugging.



After you are finished, you may also try the debugger. Place a breakpoint to some line and start debugging.




You don't have to upload your solution anywhere for this task, but you will need this for the other homework.