EUNO.NEWS EUNO.NEWS
  • All (20286) +125
  • AI (3097) +8
  • DevOps (909) +5
  • Software (10479) +94
  • IT (5755) +18
  • Education (45)
  • Notice (1)
  • All (20286) +125
    • AI (3097) +8
    • DevOps (909) +5
    • Software (10479) +94
    • IT (5755) +18
    • Education (45)
  • Notice (1)
  • All (20286) +125
  • AI (3097) +8
  • DevOps (909) +5
  • Software (10479) +94
  • IT (5755) +18
  • Education (45)
  • Notice (1)
Sources Tags Search
한국어 English 中文
  • 6일 전 · software

    Linux 시스템 프로그래밍: 실습 소개 ‘Demo’ 프로그램

    이 저장소에는 제 책 **System Programming in Linux: A Hands-On Introduction**에 실린 프로그램들의 소스 코드가 포함되어 있습니다. 이 책은 **No Starch Press**에서 출판되었습니다.

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

    Day 6: C의 Structs: 클래스를 사용하지 않은 데이터 조직

    소개 Java나 Python과 같은 언어에서는 클래스를 사용해 데이터를 묶습니다. C에는 클래스가 없고, 더 원시적인 것이 있습니다: struct. struct ...

    #C programming #structs #data structures #tutorial #custom types #type definition
  • 1주 전 · software

    다차원 배열 & Row-major Order: 심층 탐구

    다차원 배열과 행 우선 순서 개념적 보기 c int matrix34; 2‑D 격자로 생각해 보세요: 00 01 02 03 10 11 12 13 20 21 22 23 물리적 보기 Me...

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

    나는 C로 작은 HTTP 서버를 만들어 웹이 실제로 어떻게 작동하는지 이해했다

    내가 원했던 것과 원하지 않았던 것 이 프로젝트는 절대 프로덕션 서버를 구축하는 것이 목표가 아니었다. 나는 Nginx와 경쟁하려는 것이 아니었다. 나는 단지 매우 …에 대한 답을 원했다.

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

    C에서 비트 필드 설명: 작동 원리와 중요성

    비트 필드란 무엇인가? 비트 필드는 특수한 struct 멤버로, 변수가 차지해야 하는 비트 수를 정확히 지정할 수 있게 해 주며, 표준…

    #C programming #bit fields #struct #memory optimization #low-level programming
  • 1주 전 · software

    Windows 사용자를 위한 C 프로그래밍 언어 설정

    아래는 동일한 내용이지만, Markdown이 정리되고 일관되게 포맷되었습니다. 모든 이미지, 링크 및 텍스트가 보존됩니다.

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

    Musashi: Motorola 680x0 에뮬레이터 (C로 작성)

    번역할 텍스트를 제공해 주시겠어요?

    #emulator #Motorola 680x0 #C programming #Musashi #GitHub #retro computing
  • 1주 전 · software

    Day 1: 배열에 대한 거짓말 (Arrays vs Pointers in C)

    소개 오늘은 C internals, algorithms, 그리고 database design을 마스터하기 위한 30‑Day Coding Challenge의 1일 차입니다. 왜 이걸 하는 걸까요? AI와 …의 세계에서.

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

    Xr0 verifier, 컴파일 시 C 프로그램의 안전성을 보장한다

    번역할 텍스트를 제공해 주시면 한국어로 번역해 드리겠습니다.

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

    왜 C를 배우는 것이 게임 엔진 프로그래머가 되기 위한 첫 단계인가

    소개 안녕하세요! 새해 복 많이 받으세요 🥳🎉🎊 제 이름은 빅터 로사리오입니다. 저는 원래 웹 개발자이며, Next.js, FastAPI, Express와 같은 기술을 사용하고 있습니다...

    #C programming #game engine development #low-level programming #learning resources #game development
  • 2주 전 · software

    구조체 패딩은 메모리 낭비가 아니라 — 하드웨어 요구사항이다

    Structure Padding – sizeof가 예상보다 큰 이유 구조체의 크기를 직접 계산해 본 적이 있나요? 그런데 sizeof가 더 큰 값을 반환하는 경우를 겪어본 적이 있나요?

    #structure padding #memory alignment #C programming #embedded systems #performance optimization #data structures
  • 1개월 전 · software

    C로 코드 에디터를 만들었고 이제 나는 변한 사람이다

    기사 URL: https://github.com/thisismars-x/light 댓글 URL: https://news.ycombinator.com/item?id=46340192 점수: 5 댓글 수: 0

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

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026