Open main menu

CDOT Wiki β

Changes

GPU621/Group 5

18 bytes added, 21:33, 30 March 2023
no edit summary
== 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++.
24
edits