RevanWhat happens when you type gcc main.c?Demystifying Compilation: A Step-by-Step Guide with gccFeb 20
José FernándezWhat happens when you type ls -l *.cBefore explaining the process that follows our system when we write in our computer “ls -l *.c”, we must familiarize ourselves with the…Aug 5, 2022
Rémi MarçaisThe worst abuse of the C preprocessorIn this article, we will “de-obfuscate” the program written by the IOCCC winner of 1986, Jim Hague.Nov 2, 2021Nov 2, 2021
soOwasTakenImprove how Spotify users find music to listen to.Michelle has met a problem. She loves to listen to music with her kids, but she also wants to listen to music alone and get…Sep 13, 2023Sep 13, 2023
RevanWhat happens when you type gcc main.c?Demystifying Compilation: A Step-by-Step Guide with gccFeb 20
José FernándezWhat happens when you type ls -l *.cBefore explaining the process that follows our system when we write in our computer “ls -l *.c”, we must familiarize ourselves with the…Aug 5, 2022
Rémi MarçaisThe worst abuse of the C preprocessorIn this article, we will “de-obfuscate” the program written by the IOCCC winner of 1986, Jim Hague.Nov 2, 2021
soOwasTakenImprove how Spotify users find music to listen to.Michelle has met a problem. She loves to listen to music with her kids, but she also wants to listen to music alone and get…Sep 13, 2023
InAnalytics VidhyabyJhoan Stiven Zamora CaicedoClass and instance attributes in pythonYou may be a beginner coder trying to get into the amazing world of Object Oriented Programming, or maybe you are already an expert with…Jan 15, 2020
Simon RichardSkilltubeSkilltube is a portfolio project we made at Holberton School. It’s an end of year project, part of our first year. We decided to make a…Jul 4, 2023
Jhoan Stiven Zamora CaicedoC Static LibrariesIf you have ever coded in C, you have probably used functions in your programs. Maybe for printing text with printf(), or maybe for…Oct 11, 2019