EUNO.NEWS EUNO.NEWS
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
  • All (21181) +146
    • AI (3169) +10
    • DevOps (940) +5
    • Software (11185) +102
    • IT (5838) +28
    • Education (48)
  • Notice
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 6 days ago · software

    System Programming in Linux: A Hands-On Introduction 'Demo' Programs

    This repository contains source code for the programs in my book, System Programming in Linux: A Hands-On Introduction. The book is published by No Starch Press...

    #system programming #Linux #C programming #open source #tutorial #book companion #hands‑on examples
  • 6 days ago · software

    Day 6: Structs in C: Organizing Data without Classes

    Introduction In languages like Java or Python you use classes to bundle data together. C doesn’t have classes; it has something rawer: structs. A struct struct...

    #C programming #structs #data structures #tutorial #custom types #type definition
  • 1 week ago · software

    Multi-dimensional Arrays & Row-major Order: A Deep Dive

    Multi‑Dimensional Arrays and Row‑Major Ordering Conceptual View c int matrix34; Think of it as a 2‑D grid: 00 01 02 03 10 11 12 13 20 21 22 23 Physical View Me...

    #multidimensional arrays #row-major order #memory layout #C programming #low-level implementation #data structures #address calculation
  • 1 week ago · software

    I Built a Small HTTP Server in C to Understand How the Web Actually Works

    What I Wanted and What I Didn’t This project was never about building a production server. I wasn’t trying to compete with Nginx. I only wanted answers to very...

    #C programming #HTTP server #sockets #POSIX threads #low‑level web development #network programming #static file serving #learning project
  • 1 week ago · software

    Bit Fields in C Explained: How They Work and Why They Matter

    What Are Bit Fields? A bit field is a special struct member that lets you specify exactly how many bits a variable should occupy, rather than using the standar...

    #C programming #bit fields #struct #memory optimization #low-level programming
  • 1 week ago · software

    Setup C programming language for Windows users

    'Below is the same content, but with the Markdown cleaned up and consistently formatted. All images, links, and text are preserved.

    #C programming #Windows #development environment #compiler setup #IDE #MinGW #Visual Studio
  • 1 week ago · software

    Musashi: Motorola 680x0 emulator written in C

    Article URL: https://github.com/kstenerud/Musashi Comments URL: https://news.ycombinator.com/item?id=46535540 Points: 92 Comments: 8...

    #emulator #Motorola 680x0 #C programming #Musashi #GitHub #retro computing
  • 1 week ago · software

    Day 1: The Array Lie (Arrays vs Pointers in C)

    Introduction Today marks Day 1 of my 30‑Day Coding Challenge to master C internals, algorithms, and database design. Why am I doing this? In a world of AI and...

    #C programming #arrays #pointers #memory management #coding challenge #programming fundamentals #data structures
  • 2 weeks ago · software

    Xr0 verifier, guarantee the safety of C programs at compile time

    Article URL: https://xr0.dev Comments URL: https://news.ycombinator.com/item?id=46479673 Points: 14 Comments: 2...

    #C programming #static analysis #compile-time verification #memory safety #formal verification #Xr0 #software security
  • 2 weeks ago · software

    Why Learning C Is My First Step Toward Becoming a Game Engine Programmer

    Introduction Hi there! Happy new year 🥳🎉🎊 My name is Victor Rosario. I’m originally a web developer, working with technologies like Next.js, FastAPI, Expres...

    #C programming #game engine development #low-level programming #learning resources #game development
  • 2 weeks ago · software

    Structure Padding Isn’t Wastage of Memory — It’s a Hardware Requirement

    Structure Padding – Why sizeof Is Bigger Than You Expect Have you ever manually calculated the size of a struct, only to find that sizeof returns a larger numb...

    #structure padding #memory alignment #C programming #embedded systems #performance optimization #data structures
  • 1 month ago · software

    I wrote a code editor in C and now I'm a changed man

    Article URL: https://github.com/thisismars-x/light Comments URL: https://news.ycombinator.com/item?id=46340192 Points: 5 Comments: 0...

    #code editor #C programming #open source #GitHub #text editor #low-level development

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026