Recently in C++ Category

Greetings!

We've developed a lightweight header-only framework to try to really ease development of new BrowserPlus services in C++.

bpcppfw.png

The framework aids you in implementing the C structures you're required to provide by the C Service API. It also gives your service methods C++ argument types which are a bit easier to work with than the native BrowserPlus C types. It also sports a transaction object to make it easy to do asynchronous responses and multiple callbacks.

We now have a tutorial up on browserplus.org, which references sample code on github. Build files are provided for OSX (using GNU Make) and Windows (for Visual Studio 2008), so you should be able to build and test with a minimum of fuss.

The tutorial implements a simple HelloWorld service, but more complex services have been built using the framework. For example we have built a C++ version of our PublishSubscribe service.

If you have any questions or feedback or suggestions regarding the framework or tutorial, come join us on irc. Or, since the framework is on GitHub, just fork it, fix it, and send us a pull request!

Have fun,

Dave and the BrowserPlus Team

| No Comments | No TrackBacks

About this Archive

This page is an archive of recent entries in the C++ category.

compression is the next category.

Find recent content on the main index or look in the archives to find all content.

OpenID accepted here Learn more about OpenID