Skip to content

HelloWorld

JoelYYoung edited this page Jul 30, 2026 · 5 revisions

Assignment Warm-up

HelloWorld folder layout

$ tree HelloWorld
.
├── CMakeLists.txt
└── hello.cpp

HelloWorld is the introductory warm-up project for Software-Analysis-Studio.

  • You can get familiar with coding and operating docker containers.
  • HelloWorld is the same form of project with other four assignments

1. Get the latest assignment code template

* Before coding, type cd $HOME/Software-Analysis-Studio and git pull in your terminal to make sure you have the latest version of the code template.

2. Debug

  • One of the key features of Visual Studio Code is its great debugging support. VS Code's built-in debugger helps accelerate your edit, compile and debug loop.
  • Software-Analysis-Studio provides a launch.json debugging configuration. For more information, refer to VSCode debugging.

Clone this wiki locally