lovenery / c-chatroomLinks
A simple chat room in C. Demo: https://youtu.be/3FvHW3uzZA0
☆35Updated 7 years ago
Alternatives and similar repositories for c-chatroom
Users that are interested in c-chatroom are comparing it to the libraries listed below
Sorting:
- A simple socket programming which creates a connection between two terminals on linux.☆146Updated 3 years ago
- CMake examples for code in http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html☆151Updated 4 years ago
- A simple C++(14) application for PeerToPeer communication across network☆49Updated 7 years ago
- Simple chatroom in C☆86Updated 5 years ago
- Simple multiprocess operating system running on x86 CPUs.☆64Updated 5 years ago
- A LAN Multiplayer Snake game in C++ . This is a snake game which is a console based game written in C++ to which any number of players in…☆18Updated 6 years ago
- A Rogue/Net Hack clone built in C with the NCurses library. Code to follow rogue tutorial that I have been posting on YoutTube.☆39Updated 8 years ago
- ASCII Tetris game written in C☆79Updated 2 years ago
- Text editor with GUI made in c++☆170Updated 2 years ago
- An open source library for C☆252Updated 2 years ago
- Sample c network programming☆94Updated 7 years ago
- A Simple operating system meant for educational purposes.☆38Updated 2 years ago
- Tetris in C and NCURSES.☆265Updated 6 years ago
- My 32 bit x86 OS journey.☆122Updated last year
- 64 bit nasm code examples☆59Updated 5 years ago
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆276Updated 4 months ago
- Hands-On Network Programming with C, published by Packt☆339Updated 5 months ago
- source code of The Standard C Library, by Plauger☆328Updated 9 years ago
- Pure C+SDL multiplayer game client-server architecture over UDP sockets☆41Updated 8 years ago
- Simple operating system☆58Updated 2 years ago
- A two player chess game made in c++.☆21Updated 7 years ago
- Development environment (solution) for a web server written from scratch in C++ (and soon in Rust too!)☆62Updated 2 years ago
- Implement your own TCP IP Stack☆219Updated this week
- Basic logger for C and C++ projects☆118Updated 5 years ago
- SDL2 desktop game example - Simple, lightweight, multi-platform, GNU C, Make☆29Updated 8 years ago
- This is a game developed with assembly language and tested in emu8086 emulator☆43Updated 7 months ago
- Alien Isolation inspired fan made operating system☆19Updated 3 years ago
- A simple tar implementation in C