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. Some of these are standard tools in a UNIX environment and are preinstalled on our computers. Some examples of text editors you can use:

  • 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.

The standard compiler on our Linux systems are good enough for the course.


Page responsible: Christoffer Holm
Last updated: 2023-08-21