Development diaries → Development Diary of EVILEG - TD Strategy - 001
RTS, TD, TowerDefense, EVILEG
Finally got around to do what I wanted to try for a very long time. Namely, the development on the Unreal Engine 4. I will try to throw the site and highlight the evenings to finalize the site itself. But …
ReadAlgorithms → Adjacency list
Adjacency List represents a graph as an array of linked list.
The array index represents a vertex and each element in its linked list, and also represents other vertices that form an edge with the vertex.
Representing adjacency list
The …
ReadEVILEG → EVILEG - 4 Years Online
Hello!!! And today is our birthday. For exactly 4 years now, the EVILEG project has been online and has been slowly developing and growing. So it is time to take stock and plan work for the next year.
Site attendance …
ReadQt → Qt 5.12.4 released with OpenSSL 1.1.1 support
Releases, openssl, OpenSSL, Qt, Выпуск
Qt 5.12.4, the fourth release of the Qt 5.12 LTS patch, was released today. The Qt 5.12.4 release contains a number of bug fixes as well as performance improvements along with a number of other enhancements. As an important new …
ReadSoftware → Release of C ++ / QML application deployment utility CQtDeployer v1.2.3
Qt, C++, cqtdeployer, QML
After a month of development, a release of the cross-platform utility CQtDeployer v1.2.3 has been prepared. The source texts of the CQtDeployer components are shipped under LGPLv3 licenses.
What is new:
- Added support for qt.conf for Windows builds
qt.conf is …
ReadAlgorithms → DFS (Depth-first search) algorithm
Travel means visiting all nodes of the graph. Depth Traversal or Depth First Search is a recursive algorithm for finding all the vertices of a graph or tree data structure. In this article, with the help of the examples below, …
ReadQt → Data encryption by RSA algorithm in Qt with public and private keys without binding to OpenSSL
RSA, Public key, ge, шифрование в qt, публичный и приватные ключи, crypto, private key, AES, cryptography, QuasarApp, Qt, asynchronous encryption, Qt-Sekret
Introduction
In this article there is a way how to organize message encryption, as well as use RSA (public and private keys) algorithms without libraries similar to OpenSSL, QCA or LibSodium.
How does it work?
Why is it necessary?
There …
ReadQt → Printing the exact contents of a QTableView (QTableWidget)
QPrintPreviewDialog, QTableView, print, QTableWidget, Qt
Good day.
Again as a note.
There was a need to print an exact copy of the contents of QTableWidget with delegates, etc.
It turned out the following:
Readvoid FinalPage::on_pushButtonPrint_clicked() { int width = 0; int height = 0; int …
Qt → Introduction to QtCoAP
It is a client-side implementation of the Constrained Application Protocol (CoAP) for the Internet of Things. The library provides a quick and easy way to use the CoAP protocol in your cross-platform Qt applications. As previously announced, QtCoAP will be …
Read- Akiv Doros
- Nov. 11, 2024, 2:58 p.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
- molni99
- Oct. 26, 2024, 1:37 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
- molni99
- Oct. 26, 2024, 1:29 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10