c++ support and documentation

Dear RIOT developers

Within the framework of a software project in Telematics we have tried to port some of the OpenCV functionalities to RIOT.

We have created an exemplary c++ program which runs under RIOT and does basic image background subtraction.

We would like to ask, whether our results can be reused in any way or whether we should somehow contribute to documentation for using c++ on RIOT?

Best regards Daniel Akrap and Lidia Krus

Hi Lidia, Hi Daniel,

great! Could you create a fork on github with your code (https://github.com/RIOT-OS/)?

It would also be very helpful if you could also document your experience with the use of C++ in RIOT in a small how-to in the wiki? (https://github.com/RIOT-OS/RIOT/wiki).

How about that?

Best,

Emmanuel

Hi Lidia, hi Daniel,

I'm very interested in your results, as I started to make RIOT c++0x compliant to enable the use of the provided features.

I would very appreciate if you could share your results in c++ development for RIOT.

Best regards, Martin