Changes

Jump to: navigation, search

GPU621/Group 5

18 bytes removed, 16:26, 1 April 2023
Integrating
== Integrating ==
=== Pre-Tasks ===
Before we go into specifically each library, let’s talk about how VScode handles compilers. Within VSCode, when we create a .CPP file, we can either run the code in our terminal, or we can create a '''task''' that compiles our code before '''launching''' the executable with our runtime arguments. We’ll use this **task and launch** method to setup our environment for C++.

Navigation menu