<div dir="ltr">We don't have any great C++ examples but there are samples like cdtest. Personally, I am in the habit of having an rtems_config.c file which does configuration and startup and calls main. Just have a C++ main that is called from the Init thread. Pure POSIX code in the "main()".<div><br></div><div>One open issue we don't know the right solution to is how to mix C/C++ threads with POSIX threads. The language threads don't have as many attributes as POSIX threads including stack size and priority. Ignoring that, the task synchronization objects in C++ should just work on RTEMS.</div><div><br></div><div>Maybe you can create (or port) some neat examples. And we could talk about them on <a href="http://embedded.fm">embedded.fm</a>. :)</div><div><br></div><div>--joel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 23, 2019 at 12:02 AM <<a href="mailto:groups@chichak.ca">groups@chichak.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I’m trying to figure out how to get started with using C++ with RTEMS. Mostly as an academic endeavour to figure out what people are talking about when they say that C++ is so much better than C.<br>
<br>
Can anybody point me at any C++ sample code to create a couple of tasks, pass a message back and forth perhaps? Like a multi-task blinky.<br>
<br>
Thanks,<br>
Andrei<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a></blockquote></div>