Learn C Programming — Lesson 2: Program Structure

https://watch.linuxrenaissance.com/w/3GpNFjq1hFbHsqjFRRL3iC

Learn C Programming — Lesson 2: Program Structure

PeerTube
GitHub - proteanthread/bcg: David Ahl's BASIC Computer Games

David Ahl's BASIC Computer Games. Contribute to proteanthread/bcg development by creating an account on GitHub.

GitHub
Refamiliarizing myself with C, via K&R's big blue.
printf lets you format your printing any way you like, but it feels like before you can print *anything* you have to understand *everything* and it's not even 9am localtime. Apparently, I've spent a few too many years with bash, relying on echo.
#cProgramming

In this episode we start writing a custom HTTP Server in C because Omar wanted to learn more about HTTP, servers, and low-level networking. We get a simple app that listens on a port and writes out to the command line what was sent to it. We also have a good discussion about C strings at 1:08:53.

Part 2, if it happens, we will add an HTTP response. We are not very consistent.

https://youtube.com/live/tC3X3xE3n0g

We usually record live every Monday around 10:00am-ish MDT and would love for you to join us. Have a question, constructive feedback, suggestion, and/or just want to say hi? Then comment, send a direct message (DM), or email to [email protected].

Thanks for watching!

#saturdaympshow #httpserver #cprogramming

SaturdayMP Show 103: HTTP Server in C (Part 1 - Listen is Working)

YouTube
😆 Oh, *Orthodox C++*, how daring! A thrilling saga where we learn that "minimal subset" of C means stripping the language to its bare bones, presumably to relive the glory days of 1970s computing. 💾 So, forget modern C++ features, because who needs progress when you can just be "Orthodox"? 🙄
https://bkaradzic.github.io/posts/orthodoxc++/ #OrthodoxC++ #CProgramming #RetroComputing #Minimalism #TechNostalgia #HackerNews #ngated
Orthodox C++ | Branimir Karadžić's Home Page

Branimir Karadžić's Home Page

Fun fact, in C these are not the same.

char * this = "hello";
char that[] = "hello";

Apparently they are stored in different sections of memory. If you get segmentation faults you can't make sense of, use [].

#programming #C #CProgramming

Klondike Solitaire for curses in 5k of C language

How I developed a Klondike Solitaire game for curses in C language as an entry for the IOCCC.

2025 - The 29th IOCCC

IOCCC Year 2025