How-Tos

Here are some of the tips and tricks you might find useful when working on your CS-related projects.

Reading CSV Files in C

October 26, 2023

This is a video I created for those of you who want to use C to process data in a csv file. This assumes you already have a C compiler and preferrably an IDE. If not, refer to this.

Setting Up VS Code for C/C++ in Windows

January 13, 2023

This is a video I created for my students to set up their VS Code, from installing VS Code to setting the IDE up so that they can write, compile, and run their C/C++ source code.