Hello! Welcome to my CSE 022x24 Notes site, a static-generated publication website of my Obsidian Notes for CSE 022 at UCM.

I mainly created this website to share my notes for my friends in this class.

Introduction

You may have noticed that the website has notes sections of C++ categorized by numbers. This is known as the Explorer panel. The Explorer panel shows a list of C++ sections in summary similarly if you had opened C++ documentation.

Not every section of C++ documentation is written the same as my notes. I often condense the information so that it’s easy to understand.

As you read the pages inside the sections, feel free to take notes.

Lecture Review

If you’re interested in the weekly lecture reviews for Professor Angelo at CSE 22, I usually post them around 4pm every Thursday before my study session. Look at the i. Review section in the Explorer side panel.

Git Repository (for all the homeworks we may do in class)

My Intro to Programming professor uses this GitLab repository folder for the homeworks and projects.

https://gitlab.com/f25-cse-22

Compilers

Here is a list of compilers to test out your source code:

Andre B