/sisop2-chat-sockets

Trabalho final de Sistemas Operacionais 2 da UFRGS, semestre 2020/1. Implementação de um chat utilizando sockets.

Primary LanguageC++

SISOP2 - Trabalho Final

Chat utilizando sockets

Entrega do Projeto

Dependency Tree

  • shared_lib
    • shared_tests
    • server_lib
      • server
      • server_tests
    • client_lib
      • client
      • client_tests
    • front_lib
      • front

CLion should show a configuration for each of these targets, libs can only be compiled, but the others can run too.

Development

  • Pay attention when adding files so that they are in the correct target, usually client_lib or server_lib.

Tests

Reference for the tests config and example. https://www.jetbrains.com/help/clion/unit-testing-tutorial.html