Be sure to install
libxcb-xfixes0-dev
or QtVirtualKeyboard won’t build
Computertricks und mehr
Be sure to install
libxcb-xfixes0-dev
or QtVirtualKeyboard won’t build
QODBC crashes when closing a database with an QSqlQuery attached.
Make sure all QSqlQuery’s are out of scope before closing or destroying the database.
One of my preferred developer tools is a web called Compiler Explorer. The tool itself is excellent and useful when trying to optimize your code. The author of the tool describes it in the Github repository as: Compiler Explorer is an interactive compiler. The left-hand pane shows editable C/C++/Rust/Go/D/Haskell code. The right, the assembly output of …
When a C or C++ program triggers undefined behavior, anything is allowed to happen in the program execution. And by anything, I really mean anything: The program can crash with an error message, it can silently corrupt data, it can morph into a colorful video game, or it can even give the right result.
QtSoftware ehemals TrollTech hat eine freie C++ Entwicklungsumgebung zum Download freigegeben.
Das Packet enthält die Qt Bibliotheken, einen C++ Compiler und eine Graphische Oberfläche.
Ideal um dem C++ Kurs zu folgen.
Das C++ Kurs Skript wird zu lang. Deshalb teile ich es jetzt in drei Teile auf:
Eine neue Fassung des Skripts und der Beispiele ist online.