PROG3 Lesson 4 - Setting Up the VS Code Environment.pdf

ssuser609e37 362 views 29 slides Oct 14, 2024
Slide 1
Slide 1 of 29
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29

About This Presentation

I'd be glad to help you set up C++ development in VS Code. Here's a comprehensive guide:

1. Install Necessary Tools:

VS Code: Download and install Visual Studio Code from https://code.visualstudio.com/.
C++ Compiler: Choose a suitable C++ compiler:
MinGW-w64: A popular choice for Windows. ...


Slide Content

Lesson 4 – Structured Programming
Professional Lecturer

WHAT IS VS CODE? >

KEY FEATURES OF VS CODE:

= Syntax Highlighting: Colors code
elements differently to improve
readability.

= IntelliSense: Provides code
completion, suggestions, and
quick information. |

= Debugging: Allows you to step Visual Studio Code
through code, set breakpoints, and
inspect variables.

IMAGE SOURCE nitps://encrypted-tbnO.gstatie.comlimages?q= HUhhN8TvoOFJRRd4CInsOXkRX9EbAGs

WHAT IS VS CODE? >

KEY FEATURES OF VS CODE:

= Git integration: Built-in support for
version control.

= Extensibility: A vast ecosystem of
extensions adds features for various
programming languages and
frameworks. 4

* Customization: You can customize the Visual Studio Code
appearance, theme, and keyboard
shortcuts to suit your preferences.

IMAGE SOURCE https; Joncrypted-tbn0 gstatic.com/images?q=1br:ANd9GeTnoirCIUNNNBTVODFIRRAACINSONKRXGEDAES

SETTING UP VSCODE
FOR C DEVELOPMENT