1137
Link: @CplusplusQt Embedded: @EMBCpp • No DM without prior permission • Behave friendly • No NSFW • No Spam • No unauthorized Bots • Don't advertise other groups
Welcome to the group, @oMohamedo! :-)
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. :)
And even if you "don't care about safety" rust may prevent things like race conditions and other bugs that are hard to find
Читать полностью…
Thanks, If speed's the same, any real C++ edge for compilers, or just habit/ecosystem?
Читать полностью…
I'm writing a programming language as a practice project. Should I use Rust or C++? Speed matters to me, and I'll leave safety up to the user to handle in their own code.
Читать полностью…
Welcome to the group, @autist666! :-)
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. :)
Michelle, Please press the button below within 5 Minutes to prove that you are not a bot.👇🏻
Читать полностью…
Hi, are there people who are interested in creating a joint gaming project?
Читать полностью…
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. :)
Hi everyone, I'm new to Qt and would like to learn it from scratch. Could anyone share a roadmap or suggest the best way to learn Qt step by step?
Читать полностью…
#define JmpHookLib_DetourEnd(name) \
volatile int t_##name; \
void name##_end() { while (t_##name) { name##_end(); } }
how to write a #define marcos that will expand to
volatile int t_detour_function_end;
void detour_function_end() { while (t_detour_function_end) { detour_function_end(); } }
Welcome to the group, @aleeksandr_sokolov! :-)
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. :)
I'm not that experienced in Rust, but the c++ toolchains are probably more mature and complete. Rust is, on the other hand, more modern and have things like build system and packet management built in
Читать полностью…
You're in the c++ channel, so I suppose there is some bias towards c++. Rust is a good language though, and you will probably get similar performance.
Читать полностью…
Welcome to the group, @tympanectomyantivirus! :-)
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. :)
Welcome to the group, @fisual_work! :-)
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. :)
Welcome to the group, @Abhi_sshek! :-)
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. :)
Welcome to the group, @Mahdi13871! :-)
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. :)
how to write a #define marcos that will expand to
volatile int t_detour_function_end;
void detour_function_end() { while (t_detour_function_end) { detour_function_end(); } }
how to write a #define macros that expands to
volatile int t_detour_function_end;
void detour_function_end() { while (t_detour_function_end) { detour_function_end(); } }
Can someone guide me, my qt cpp app contains many external libraries, I have added them. And build the .msix and uploaded on Microsoft Store for certification. But microsoft is rejecting it. And it fails where it calls the fire store cloude function.
But the same works when I build .msi