I ahve a problem with a code below:
ProgrammSettings.h
#pragma once static class ProgrammSettings { public: static int fd; }; >
You need to add the following line to the start of your cpp file
int ProgrammSettings::fd;