Hide menu

TDDE18 Programming (C++)

Overview

Lab environment setup

The tools you need to program C++ is an editor for writing code, gcc (for compilation) and a console/terminal running a shell, for example bash.
You have several choices when it comes to text editors, below is a list of some, all are available on the school's computers:

  • Visual Studio Code
  • Emacs (already installed on the system)
  • Vim (already installed on the system) (can be quite hard)

To install Visual Studio Code you can follow the steps described on the course website.

Learning and configuring the editor to your liking is completly up to you, and out of scope of this course, as such the assistants will not necessarily be able to help you with such questions.

The school computers are preconfigured with all the tools necessary to complete the labs.


Page responsible: Christoffer Holm
Last updated: 2024-08-28