Open nlogozzo opened 9 months ago
Just out of curiousity: Why are switching to C++, and why does this enable Windows support? (I thought that C# had pretty good Windows support actually)
@janopae
why does this enable Windows support?
The switch to C++ itself does not enable Windows support. As you said yourself, C# (as well as C++) have first-class Windows support with the WindowsAppSDK, meaning either one could be used to make the same Windows app.
Why are switching to C++
With that being said, we are switching to C++ for a couple of reasons:
Plus, personally, I've always liked C++ more as a language than C# 😆
Fixes #746 Fixes #747 Fixes #765 Fixes #794
TODO
generateGraph
andexportToPDF
Implementations)