It’s quite funny how people say they have cracked a program, but instead just used an online found patch, serial
Continue readingSmart Pointer (C++)
Especially in older C++ programms it was very common to work with a lot of raw pointer (legacy pointer). That
Continue readingCodecs vs. Containers
It’s really important to understand the difference between codecs and containers. They are very different things, but often got mixed
Continue reading