So I started with C++ recently, and it's still very new and difficult for me but I think I'm starting to get the hang of it. Now I want to start making my first real-world app. I downloaded an SDK for a mobile application API and I want to make an external application that will be implemented into the API later on. There is no problem with the API (it's very well coded), but the problem is that the SDK is built in C#. According to the mobile app staff it is possible to implement a C++ app into their API, but they do not offer any support for that. The SDK only has 2 dll's and the rest is C#. Is it possible to use C++ for this, or should I rather spend time to learn C# instead? If it is possible can you perhaps point me into the right direction (a link to any worthwhile resource or book on this topic will suffice)
Thanks