Can we use Fluent UI react with C++ application?

273 Views Asked by At

We are building a cpp application for Windows desktop with modern look and feel.

I read about how Office apps are built using and got to know that it is built using Fluent UI react V8.

And I also went through Excel.exe.mannifest file in my system and noticed that Excel is win32 style application. enter image description here

So is wanted to understand how to create a C++ Win32 style app and use Fluent UI React in it.

Thank you.

0

There are 0 best solutions below