My Project
definitions.hpp File Reference
#include <stdint.h>
#include <string>
Include dependency graph for definitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const uint8_t WORD_LENGTH = 5
 
const uint8_t MAX_GUESSES = 5
 
const uint16_t USERNAME_MAX_LENGTH = 100
 
const int DEFAULT_PORT = 40000
 
const char DEFAULT_IP [] = "127.0.0.1"
 
const char DEFAULT_FILENAME []
 

Variable Documentation

◆ DEFAULT_FILENAME

const char DEFAULT_FILENAME[]
Initial value:
=
"/Users/lukas/bht/03_NEP/wordle-de/deutsch-filtered.txt"

◆ DEFAULT_IP

const char DEFAULT_IP[] = "127.0.0.1"

◆ DEFAULT_PORT

const int DEFAULT_PORT = 40000

◆ MAX_GUESSES

const uint8_t MAX_GUESSES = 5

◆ USERNAME_MAX_LENGTH

const uint16_t USERNAME_MAX_LENGTH = 100

◆ WORD_LENGTH

const uint8_t WORD_LENGTH = 5