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

Functor templates are not necessarily something to make your start in C++.

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

C++ & Qt

That’s more of a reference. Good for looking things up, but perhaps not as a textbook.

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

C++ & Qt

If you want a steep learning curve, read Stroustrup's book.

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

C++ & Qt

Do you have any c/c++ experience? Classic (pre c++11) books are quite heavy on pointers and iterators, which may scare some readers off.
You will still need to learn those things, but the learning curve is not as steep nowadays.

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

C++ & Qt

Bruce Eckel's book is good - his Java one is good too.. But I'm also going based on reading it 25ish years ago too...

There have been significant changes to the language since it was published (C++11 being the most significant) , so a newer one probably should be suggested - though the fundamentals would still apply - so you could probably get away with reading his book and supplementing with a book that goes into the changes added in C++11, C++14, C++17 and C++20.

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

C++ & Qt

I read Bruce Eckel's "Thinking in C++". It's free for d/l.

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

C++ & Qt

https://www.udemy.com/course/4-practice-tests-for-c-certification-preparation/?couponCode=6B985C0F56A215D3A93F

💰19.99$ 0$
⏳ 0h
4.29⭐️⭐️⭐️⭐️ (9185 students)

#Development

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

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

Seems your resolution is pc oriented so can connect usb type c to motherboard... keyboard,mouse

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

C++ & Qt

Everybody likes packet managers...

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

C++ & Qt

I'm sure your bios accepts disk boot gdi partitioning and "set default boot 0" as everyone do)

If dont -- i'll be harder. Best way to ask manufacturers to flash it...
Take another one...
Etc...

But if you want to be minimalist -- it's easy to just set standart execution address after power on to boot but it's a bit crazy/weirdo...

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

C++ & Qt

that's the way I would do this. ... can be automated if you really want to make it faster as butch configure

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

C++ & Qt

general advice in common. all high-experience-senior administrators use it :D

boot2qt haven't used. don't know about it but.... internet shows... ARM Cortex cpu. it's supported by linux kernel

it's easy to follow guides to create your distributuve with common drivers(eg mesa — standart). qt app in autostart....

but you know better, i assume you also never heard and is interested

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

C++ & Qt

don't use master branch. use latest stable release

1) clean up everything, 2) grab a cup of coffee, 3) follow steps 'copy-pasting' from docs to configure

always works)

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

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

He did write a shorter overview of new c++ features a couple of years ago though

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

C++ & Qt

I tried this to learn C++. It was steep.

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

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

That's how I'd proceed today.

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

C++ & Qt

But that was, I dunno - 25 years ago or so. There's probably better ones out there.

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

C++ & Qt

You guys have some good books to begin with c++?

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

C++ & Qt

https://www.udemy.com/course/4-practice-tests-for-c-certification-preparation/?couponCode=6B985C0F56A215D3A93F

💰19.99$ 0$
⏳ 0h
4.29⭐️⭐️⭐️⭐️ (9185 students)

#Development

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

C++ & Qt

@Web3r01 reach out to Qt Support (open a ticket through your account) they should be able to get you sorted out I think. I don't know exactly what's happening myself, but i.MX8 is tier 1 supported I believe. That particular flavor I'm not sure, but I don't think there should be any reason Qt can't run on that.

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

C++ & Qt

apt install, etc... and work with gnome ui... then strip it

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

C++ & Qt

Most folks like to install ubuntu mini-everywhere, set everything working full screen app

Then strip for unneeded and login screen if ubuntu

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

C++ & Qt

anyway, idk, good luck

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

C++ & Qt

to boot linux kernel use grubby — also simple follow steps, done 1 time, made a note, can redone in minutes

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

C++ & Qt

You mean master branch of the boot2qt from variscite?

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

C++ & Qt

Guys, I need some help with a Variscite i.MX8M Plus + Boot2Qt (Yocto Kirkstone, Qt 6.4).
I built the image + toolchain and configured Qt Creator. When I deploy a basic Qt Design Studio project, I get:

drmModeGetResources failed (Operation not supported)
no screens available
Cannot create window: no screens available



The monitor is connected via HDMI, which should be card0.
I also tried creating a KMS config file:

{
"device": "/dev/dri/card0",
"outputs": [
{ "name": "HDMI-A-1", "mode": "1920x1080" }
]
}



and exporting it:
export QT_QPA_EGLFS_KMS_CONFIG=/tmp/config.json

But Qt Creator still shows the same error.

If I launch the app from the serial terminal it starts, but the screen stays same as before (with 4 tux), and I get QML errors like:

ReferenceError: Constants is not defined



Anyone with experience on Boot2Qt/Variscite knows what could be wrong?

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

C++ & Qt

Already open source ! / github

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