Fading Coder

One Final Commit for the Last Sprint

Configuring NOI Linux for Competitive Programming

System Setup Setting up a productive environment on NOI Linux requires several key modifications. First, configure language settings and update package sources. The system includes backup source lists, making it easy to switch repositories using sudo cp. Install additional software packages includin...

Setting Up a C/C++ Development Environment in Visual Studio Code

Visual Studio Code (VS Code) is a lightweight, cross-platform source code editor developed by Microsoft. It runs on Windows, macOS, and Linux, offering consistent functionality across operating systems. Built-in features such as syntax highlighting, intelligent code completion, bracket matching, and...

Set Up SDL2 in VS Code on Windows with MinGW-w64

Windows 10/11 64-bit MinGW-w64 installed (example path: C:\mingw64) VS Code with the C/C++ extension Obtain SDL2 Go to https://www.libsdl.org/ Download both of the following for MinGW: Development package: SDL2-devel--mingw.tar.gz Runtime binaries: SDL2--win32-x64.zip (contains SDL2.dll) Choose x86...