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.
So is wanted to understand how to create a C++ Win32 style app and use Fluent UI React in it.
Thank you.