[GH-ISSUE #115] C++ version? #55

Closed
opened 2026-05-05 03:36:29 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @laoshaw on GitHub (Nov 27, 2022).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/115

Just found out U++ today, I wonder which c++ version I can use with it? also, can I make a static build on windows(e.g. users do not need install mingw etc before they can run the app)

Originally created by @laoshaw on GitHub (Nov 27, 2022). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/115 Just found out U++ today, I wonder which c++ version I can use with it? also, can I make a static build on windows(e.g. users do not need install mingw etc before they can run the app)
Author
Owner

@klugier commented on GitHub (Nov 27, 2022):

Hello Laoshaw,

Glad that you found our project! U++ source code is currently written in C++14, however it is compatible with C++20. It means that apps written in our framework can be C++20. In the context of static builds we support them on windows by default. It means that once you compile your app, you can move it to other computer and run it without the need of copying anything else.

If you have questions, I invite you to join our forum on https://www.ultimatepp.org/forums/. We have big community eager to help people like You. You can also check our rich tutorials.

Does it solve your concerns?

Klugier

<!-- gh-comment-id:1328267873 --> @klugier commented on GitHub (Nov 27, 2022): Hello Laoshaw, Glad that you found our project! U++ source code is currently written in C++14, however it is compatible with C++20. It means that apps written in our framework can be C++20. In the context of static builds we support them on windows by default. It means that once you compile your app, you can move it to other computer and run it without the need of copying anything else. If you have questions, I invite you to join our forum on https://www.ultimatepp.org/forums/. We have big community eager to help people like You. You can also check our rich [tutorials](https://www.ultimatepp.org/www$uppweb$Tutorials$en-us.html). Does it solve your concerns? Klugier
Author
Owner

@laoshaw commented on GitHub (Nov 27, 2022):

yes thanks! just built some examples on windows and linux, looks cool. will keep learning.

<!-- gh-comment-id:1328273490 --> @laoshaw commented on GitHub (Nov 27, 2022): yes thanks! just built some examples on windows and linux, looks cool. will keep learning.
Author
Owner

@klugier commented on GitHub (Nov 27, 2022):

If you found any problems please let us know. Thanks! I am closing this issue...

<!-- gh-comment-id:1328278530 --> @klugier commented on GitHub (Nov 27, 2022): If you found any problems please let us know. Thanks! I am closing this issue...
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#55
No description provided.