Evgeniy

Results 4 issues of Evgeniy

Greetings. Please write instructions for compiling the project. FetchContent_Declare(zlib GIT_REPOSITORY "https://github.com/madler/zlib" GIT_TAG "v1.2.11" ) This does not work.

Greetings. Will you accept a commit that includes the physical zlib and fpattern files? This commit will allow everyone to build the project without pain.

Greetings! The code is confusing. I want to turn functions into static classes. This will break dependencies. Remove global variables. Remove extern variables. The changes will affect all code. Are...

I suggest the following actions. 1. Make all functions static classes by file name 2. Put extern variables inside classes. 3. Break dependencies through the constructor. 4. Split classes into...