CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    1

    Windows 8 C++ code for accessing REST api from salesforce chatter

    Hi

    please find below my blog that talks about how to access SFDC chatter api in windows 8 C++ code.

    http://mobilitytrendspraful.blogspot.com/


    thanks
    Praful

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: Windows 8 C++ code for accessing REST api from salesforce chatter

    You should also take a look at the Casablanca project: http://msdn.microsoft.com/en-us/devlabs/casablanca.aspx
    Quote Originally Posted by MSDN
    Here’s what you get with Casablanca:
    • Support for accessing REST services from native code on Windows Vista, Windows 7, and Windows 8 by providing asynchronous C++ bindings to HTTP, JSON, and URIs
    • A Visual Studio extension SDK to help you write C++ HTTP client side code in your Windows 8 App Store style app
    • Support for writing native-code REST for Azure, including Visual Studio integration
    • Convenient libraries for accessing Azure blob, table, and queue storage from native clients as a first class Platform-as-a-Service (PaaS) feature
    • A consistent and powerful model for composing asynchronous operations based on C++ 11 features
    • A C++ implementation of the Erlang actor-based programming model
    • A set of samples and documentation

    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Aug 2012
    Posts
    20

    Re: Windows 8 C++ code for accessing REST api from salesforce chatter

    Its nice to read a good, intellectual article.......

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured