mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #115] C++ version? #55
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
@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
@laoshaw commented on GitHub (Nov 27, 2022):
yes thanks! just built some examples on windows and linux, looks cool. will keep learning.
@klugier commented on GitHub (Nov 27, 2022):
If you found any problems please let us know. Thanks! I am closing this issue...