cplusplusqt | Unsorted

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

1220

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

Hello Guys, I am a new Cpp learner. I am using Visual Studio 2022 community version as an IDE. I am currently facing a problem. I am hoping for your help.

It isn't related to cpp, but the IDE. I want to create a workspace like Visual Studio Code where in a single folder I can access and create new program. But I can't find a way to do this on Visual Studio 2022. I am currently doing like this (provided in the pictures)

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

C++ & Qt

But you can’t modify the work function?

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

C++ & Qt

Only code or command that triggers process or control structures loop via script

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

C++ & Qt

That is not under my control
😒

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

C++ & Qt

To be more specific ....
huge net shopping database of amazon for entire world or assume that instead of 64 squares chess has 128 sqares and double pieces for each side and we want to calculate ramified possibilities of moves

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

C++ & Qt

But software can not decide how to distribute task if it gets additional computers on LAN

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

C++ & Qt

I am eagerly trying to use my 2 mini pcs I5 6th generation with 16gb ram all together with laptop I5 8th generation 32gb ram

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

C++ & Qt

A dll is just some code (some external symbols that do some tasks) - not so much special.
You need to be more precise about your needs.

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

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

I suppose he wants to control server-side processes...

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

C++ & Qt

But I can make dll with sdk and dll function can be called in script

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

C++ & Qt

What do you control?

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

C++ & Qt

If you can divide the task into smaller parts you can create a list of subtasks. When a computer has free resources you can then send it a subtask. If it later returns the result you can send it a new.

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

C++ & Qt

So master slave kind of load balancing where master will also work along with slaves

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

C++ & Qt

Task is to scan data base and perform complex calculations

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

C++ & Qt

But router does it for networking traffic

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

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

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