Welcome to the official website for all things C Stugg! C Stugg is a collection of C programs made by Jyomama28 on GitHub. Here you can find updates, links, news, and much more!
Welcome To: C Stugg. This is all my random programs to help me better understand C. If you are on this repository, please do as you wish with any of my programs. I spend a lot of time trying to learn code in the hopes that maybe one day it might help someone. If you’d like to work with me and tell me anything, please email me at: jyomama28@gmail.com. You will receive a response from my email in 1-2 days maximum. To anyone reading this, I truly thank you for stopping on my repo; it isn’t much, but I hope you like it. I have been working hard on it :)
UPDATE CENTER: all.c HAS BEEN FIXED AS OF 1/21/2026! It now actually works!
TABLE OF CONTENTS
- all.c – A program that has all of the simple knowledge about C including arrays, pointers, and more!
- min.c – A basic program written in C that returns 5 and 5 in your terminal.
- guess.c – A basic number guessing game in C
- arraythingy.c - A array that uses several things like a for loop, strings, arrays, and finally a concatenates p and s strings and prints it to the console.
- do.c - A basic program that uses a do and while loop.
- concatenate.c - a program that I pratice concatenation using strcat();
- loop.c - A basic choice game that involves a funny joke no matter what choice you choose.
- whileloop.c - A basic loop using for and while in C.
- all.c - a program that has a bunch of examples including memory addresses, pointers, for loops and more (yes its broken and the code sucks but I will fix it later)
- autoupdate.c - a simple program to help update everything through the terminal (it sucks lol I will make it later in bash)
- memoryadrs.c - A program that returns a memory address to the console.
- moreconcatenate.c - A program that has more concatenation in C.
- todo.c - A basic todo list in C. (some thing in this program are currently broken but I will fix it later).
- ifelse.c - A crappy if else statement in C
- pointers.c - A basic pointer in C
- basicui.c - A basic ui using GTK in C. Full credit goes to this link: https://www1.se.cuhk.edu.hk/~seem3460/lecture/GTKexample.pdf
- sizeofpratice.c - A little program that returns the bytes of variables used
- hello.c - A program that prints Hello, yourname. I just made it to do a little scanf practice.
- algotest.c - A program that uses the qsort algorithim to sort a basic array. Credit for this code goes to devdocs.io. Check them out and show some love!