C/C++
I've mainly used C++ so far to create simple command line programs, GUI apps with GTK, and to learn a bit about rendering with OpenGL. I'd like to say I have some experience with the language but it's very complicated and quite old, so I'm basically a beginner compared to some other people.
You can find most of my C++ projects here:
Name | Notes |
---|---|
A command line program to encode messages into images | |
A command line program that generates sentences given a starting word using Markov chains | |
ImgToASCIIGitHub | A command line program that converts images to ASCII characters |
A rofi menu for displaying Sxhkd keybindings | |
PasswordManagerGitHub | A command line password manager |