cplusplusqt | Unsorted

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

1137

Link: @CplusplusQt Embedded: @EMBCpp • No DM without prior permission • Behave friendly • No NSFW • No Spam • No unauthorized Bots • Don't advertise other groups

Subscribe to a channel

C++ & Qt

https://www.bloodshed.net/data/_uploaded/image/screenshots/dcpp5_scr-1.png

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

C++ & Qt

Is the cpp file really added to the project?

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

C++ & Qt

I have mingw installed

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

C++ & Qt

I corrected the path using that

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

C++ & Qt

I think I should install qt creator

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

C++ & Qt

Devcpp should work too though

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

C++ & Qt

In reality you do not need even Dev-C++ . You can use a simple NotePad + a command line with g/g++ . But Qt Creator is so nice and easy

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

C++ & Qt

Have you added the file to the project?

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

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

I need C++ course (lecture) online

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

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

Welcome to the group, @Bogdan1720! :-)

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

I wanted to make a code that passes the cin value of the question, and after I answer it, it saves it in a .txt file.

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

C++ & Qt

how save cout output to txt file

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

C++ & Qt

Problem solved - I simply forgot to include the boundary in the header: Instead of

request.setHeader(QNetworkRequest::ContentTypeHeader,
"multipart/form-data");

it should have been

request.setHeader(QNetworkRequest::ContentTypeHeader,
QString("multipart/form-data; boundary=%1").arg(boundary).toLocal8Bit());

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

C++ & Qt

I don't know why this is happening 😭

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

C++ & Qt

I think you should see something in the project view

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

C++ & Qt

If you run the qt installer you can select just qt creator (and mingw if you want)

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

C++ & Qt

You technically don’t have to install the entire qt sdk

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

C++ & Qt

You probably have to configure compiler paths

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

C++ & Qt

So I need to uninstall devc++, right??

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

C++ & Qt

I have floating qdialog. I can't add it to the same layout

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

C++ & Qt

Why do not you install Qt Creator?

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

C++ & Qt

Kindly share link@anyone

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

C++ & Qt

Nah. I just google my questions and in 98% of the times, answer is in the first stackoverflow post

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

C++ & Qt

No one send messages here. All coders use chatGpt or other AIs.

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

C++ & Qt

I think you can duplicate stdout and read it back, but if you know what you are going to print you shouldn’t have to.

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

C++ & Qt

Is
app > textfile.txt
sufficient?

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

C++ & Qt

Welcome to the group, @phoenix_9226! :-)

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

In essence, I'm
1) Creating a netword request, and let it know that the content will be multipart/form-data
2) Creating a payload with all the data
3) Posting the whole thing.

Result: No file uploaded. Maybe there's an error handling this somewhere, but I'm unsure where to start looking.

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