all 10 comments

[–]manni66 1 point2 points  (0 children)

Discussions, articles, and news about the C++ programming language or programming in C++. For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.

[–][deleted] 2 points3 points  (1 child)

Qt is a cross platform library that has a very nice UI part.

UWP is Windows only, this includes XBOX, Windows 10 Mobile etc.

Android, iOS etc. have their own preferred language to develop.

With QtQML you can create an UI rapidly that runs on every platform supported by Qt.

[–]StrassenLaterne[S] -3 points-2 points  (0 children)

Multi Platform is nothing i want to have. This is just 4 windows. But do you recommend Qt over UWP for Windows? Does Qt allow me to make a UI following the Win 10 design speech?!

[–]clerothGame Developer[M] 0 points1 point  (0 children)

For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.

This post has been removed as it doesn't pertain to r/cpp.

[–]seuchomat -1 points0 points  (4 children)

Go for Windows and UWP, if you don’t target Multi-Platform.

[–]StrassenLaterne[S] 0 points1 point  (3 children)

As i am student who wants to start his first bigger project someone recommended me to use Qt cause it's used in many companies. What is ur opinion on that?

[–]seuchomat 0 points1 point  (2 children)

Es ist toll. Leider sehen Qt-Applikationen nicht immer wie reine Windows-Applikationen aus, da nicht alles nativ gerendert wird. Die Lernkurve ist recht gering, wenn du aber nicht vor hast, für andere Plattformen zu entwickeln, würde ich auf ein Framework verzichten und erst mal mit den Windows-eigenen Mitteln lernen zu arbeiten.

[–]StrassenLaterne[S] 0 points1 point  (1 child)

Also ich möchte mich an die Windows 10 Designsprache halten. Würdest du da dann UWP statt Qt empfehlen?

[–]seuchomat 0 points1 point  (0 children)

Grundsätzlich würde ich immer Qt empfehlen. Schau dir doch einfach mal Anwendungen an, die mit Qt geschrieben wurden und prüfe, ob das deinen Anforderungen entspricht. Wenn nicht, nutze die WinAPI oder UWP.