Writing FreeDOS programs in C (code review)

preview_player
Показать описание
In 1994, as a novice computer programmer, I wrote the first utilities for FreeDOS. My coding style has changed a lot since then, but it's interesting to go back and look at that code I wrote in 1994 and see what works well and what I could probably change if I wrote it again.

You can find these original utilities at

Join us on Facebook

Follow us on Twitter

Consider supporting me on Patreon
Рекомендации по теме
Комментарии
Автор

You are braver than I. When I look at my old code, I tend to almost cringe myself to death. XD

Lee_Adamson_OCF
Автор

Your article on open-source brought me here

GreenGoblinCoryintheHouse
Автор

High five for University of Wisconsin system! :) Nice to see the beginning.

grappydingus
Автор

The strcasecmp() function is a SUSv4 function but not an ANSI C function.

gpietsch
Автор

At 12:50, you didn't need to specify int as it was the default return type of c functions... Pure heresy but today's standards! :D

johnlonbickel
Автор

I would like to thank you, not from you.

jeyuyug