Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fanusaez/taller-de-programacion-i
Taller de programacion I - Catedra Veiga - 1C2023 FIUBA
https://github.com/fanusaez/taller-de-programacion-i
7542 cliente-servidor cpp fiuba sockets threads
Last synced: 2 days ago
JSON representation
Taller de programacion I - Catedra Veiga - 1C2023 FIUBA
- Host: GitHub
- URL: https://github.com/fanusaez/taller-de-programacion-i
- Owner: Fanusaez
- Created: 2023-07-18T00:05:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T19:18:07.000Z (about 1 year ago)
- Last Synced: 2023-10-20T00:42:39.251Z (about 1 year ago)
- Topics: 7542, cliente-servidor, cpp, fiuba, sockets, threads
- Language: C++
- Homepage:
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taller de programacion I 💻
Repositorios de trabajos practicos de la materia taller de programacion I catedra Veiga (1C-2023).
## Temario
* Memoria en c/c++
* Introcuccion a Redes TCP/IP
* RAII en c++
* **Sockets** ⭐
* Move semantics
* Manejo de errores
* POO
* **Threads** ⭐## Trabajos practicos
La materia consta de 3 trabajos practicos, siendo el ultimo un trabajo grupal.
[TP1-Sockets](https://github.com/Fanusaez/Taller-de-programacion-I/tree/main/TP1-Sockets)
[TP2-Threads](https://github.com/Fanusaez/Taller-de-programacion-I/tree/main/TP2-Threads)
[TP-Final](https://github.com/Fanusaez/Left4Dead)