Does Aspose.Words support "C++"?

Can I use C++ instead of C#?

Yes, you can use C++ to work with Aspose.Words as well as any other .NET library. C++ managed extensions are used for this.

Thanks Miklovan!

I am wondering if there are any sample codes in C++?

No, but I don’t think it should be a big problem. The calling of managed code from C++ is described in MSDN in great detail.