Description Setup container to build/run SW: C++ develop container (Docker) Add docker toolchain in CLion (Settings): Note To write app
Continue readingCategory: Computer
Term comparison – Windows vs. Android
Windows Android Desktop Home screen Start menu App drawer Task bar Status and navigation bar Control panel Settings Window App
Continue readingyt-dlp
Installation on Windows PS > winget install -e –id yt-dlp.yt-dlp Show available versions PS > yt-dlp -F <URL> ID EXT
Continue readingGUI Controls (Windows Forms)
The following list contains a selection of GUI controls provided by Windows Forms. Label … to print text TextBox …
Continue readingFixed-point vs. Floating-point
Both are ways to represent non-integer/fractional numbers with bounded ranges and precision. Fixed-point With a fixed-point number, the point position
Continue readingSystemd commands (Overview)
System management $ systemctl show $ systemctl status $ systemctl reboot $ systemctl suspend $ systemctl hibernate $ systemctl poweroff
Continue readingVirtual inheritance (C++)
You need virtual inheritance to solve the diamond problem with multiple inheritance. Not working version A / \ B C
Continue readingSignals (POSIX)
It’s a mechanism, which allows the operating system to inform processes about defined events. Events (selection) Signal Number * Description
Continue readingHPC across Intel, NVIDIA and AMD (oneAPI)
Introduction oneAPI focuses on HPC (High-Performance Computing). A part of oneAPI is DPC++ (Data Parallel C++). It provides parallelism for
Continue readingCalling conventions – System V AMD64 vs. Microsoft x64
General Calling conventions specify the low-level details for function calls. They are a part of an ABI. Comparison System V
Continue reading