************************** Windows Install: Overview ************************** .. include:: ../c-urls.rst .. contents:: Table of Contents 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 ``.c`` source file to an ``.exe`` file. #. **Write** data to the console window #. **Read** input from the console window .. admonition:: Source & license :class: note 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 :doc:`LICENSE <../../LICENSE_edtech>` for the full license text.