cplusplusqt | Unsorted

Telegram-канал cplusplusqt - C++ & Qt

1169

Link: @CplusplusQt Embedded: @EMBCpp • Allowed Topics: C++ and everything related to Qt • Use only English • No Private Message without asking user's permission • No NSFW • No Spam • No unauthorized Bots • No Offtopic • No Self Promotions

Subscribe to a channel

C++ & Qt

Basically i will call it load balancing of work similar to milti wan router load balancing

Читать полностью…

C++ & Qt

Or i can have some sdk or libraries that can provide dll interface for the same purpose

Читать полностью…

C++ & Qt

One thread is doing the networking part while the other keeping the main part.

Читать полностью…

C++ & Qt

C++ doesn't yet support networking but there're many external libraries for that you can easily use like libcurl or libcpr.

For the asynchronous part, if your PC has multiple cores, you can use threading for actual parallel computing. There're of course parallel algorithms designed for such work in the STL.

Читать полностью…

C++ & Qt

Haven't used MPI openMp but preforming a task with a thread and another task to get connected to a sever (to upload/download data) asynchronously is possible.

Читать полностью…

C++ & Qt

Can you divide the work into parts? Networks are not very efficient if you need to synchronise frequently, but if you can send a chunk, work on it for a while and then return the result it could work. Like distcc.

Читать полностью…

C++ & Qt

I did that after long night.

Читать полностью…

C++ & Qt

I don't need that I need do that in cmake main project

Читать полностью…

C++ & Qt

SOCI need both projects boost and sqlite3 And I use them as sub git dir. I made test case https://github.com/amreisa/SOCI_TEST

Читать полностью…

C++ & Qt

Hi I need some help, about Subdirectories dependent on each other. I have 4 cmake projects a, sqlite3, boost, soci project I need make last 3 project in main a project. and soci need boost and sqlite3 project how I can make them available to etch other. ?

Читать полностью…

C++ & Qt

How to play audio based on frequency for few seconds using qt++?

Читать полностью…

C++ & Qt

learncpp.com is good.

Читать полностью…

C++ & Qt

Welcome to the group, @vio1le_Grace! :-)

Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)

Читать полностью…

C++ & Qt

Yeah, I never did anything with QML, but I'm attempting to make a QtQuick3D version. Currently I'm struggling with the QML version of the addEmote method.

I thought I could just calculate the x, y, z positions (this seems to work), and rotate according to the phi and theta angles around x and y axis respectively (but this doesn't seem to work as I thought)

Читать полностью…

C++ & Qt

Guys. Why do not you stop this discussion!? Ask technical questions only.

Читать полностью…

C++ & Qt

There're many cloud services and applications already related to these stuff.

Читать полностью…

C++ & Qt

So there is no way where some higher authority software server will devide task automatically when application can not decide it.

Читать полностью…

C++ & Qt

🤔 beyond my rusted brain

Читать полностью…

C++ & Qt

Ok but is it ready-made solution or we need to code it ?

Читать полностью…

C++ & Qt

So there is no way where some higher authority will devide task automatically when application can not decide it.

Читать полностью…

C++ & Qt

Welcome to the group, -! :-)

Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)

Читать полностью…

C++ & Qt

Your sqlite3 CMakeLists.txt file doesn't generate a
SQLite::SQLite3
target. Try using just
SQLite3
instead.

Читать полностью…

C++ & Qt

And I need include the headers and link the lib's too

Читать полностью…

C++ & Qt

U just need to find the header files and link the static library, or just include the source code directly.

Читать полностью…

C++ & Qt

Hi I need some help, about Subdirectories dependent on each other. I have 4 cmake projects a, sqlite3, boost, soci project I need make last 3 project in main a project. and soci need boost and sqlite3 project how I can make them available to etch other. ?

Читать полностью…

C++ & Qt

Qaudiooutput is not playing audio

Читать полностью…

C++ & Qt

Hello! I’m Abhishek looking to connect with top coders, HRs, founders, and COOs to build meaningful relationships. I’ll graduate in August 2025 and aim for a great career opportunity.

Читать полностью…

C++ & Qt

You are from Korea. South or North.?

Читать полностью…

C++ & Qt

Qt3D is officially deprecated in Qt6.8 in favor of QtQuick3D. Just FYI

Читать полностью…

C++ & Qt

How to use the PDF module in Qt 5.15?

Читать полностью…
Subscribe to a channel