Accessing Azure Storage Tables from C++ code [closed] Accessing Azure Storage Tables from C++ code [closed] azure azure

Accessing Azure Storage Tables from C++ code [closed]


Since everything in the Windows Azure Platform is managed through a REST Services, you just need a reliable REST library for C++ to perform what you need.

You can have a look at this and that questions for C++ REST library.

Then you can revice the Azure Storage Services REST API Reference for more details on what you want to achieve.

Hope this helps!

EDIT

Just looked the the POCO libraries, noted they have HTTPRequest and HTTPResponse classes. They, along with X509Certificate should be enough to make a valid REST call to Azure management service.


Not sure if you are still interested in accessing Azure storage with C++, but the Microsoft team has been working on this for the last several months. Check out the Casablanca libraries on DevLabs.

http://msdn.microsoft.com/en-us/devlabs/casablanca