Windows Install: Overview#
The lab walks you through the processes of setting up the tools to write and compile C code. You will then create a C program to learn about input and output in C.
The C programming environment for these labs consist of two components, which are:
A code editor: Visual Studio Code
A C/C++ compiler: MinGW
Goals for Lab 1#
During this lab, you will learn how to:
Setup your C programming environment.
Compile an
.csource file to an.exefile.Write data to the console window
Read input from the console window
Source & license
Reproduced verbatim, without modification from © 2022, BilimEdtech Labs, licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Source page: https://labs.bilimedtech.com/c/windows-install/overview.html
See LICENSE for the full license text.