Jump to content

Recommended Posts

Posted (edited)

Hi,

 

Is it possible to program a MIOS32 application using C++?

 

Edit: ... instead of "just" C, I mean. It's mentioned at the "MIOS Introduction" page over at ucapps.de, but I'm having trouble finding more information. 

I'm suspecting it might be a bit tricky, since MIOS is writting in C and calling C++ code from C might be a problem (or what)? Has anyone any experience regarding this?

 

Sincerely, jimi

Edited by jimi_diller
Posted

Yes, no problem.

 

Use this template for your C++ applications: http://svnmios.midibox.org/listing.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Ftemplates%2Fapp_skeleton_cpp%2F

 

Here a typical application which applies object oriented C++ code (located under src/components): http://svnmios.midibox.org/listing.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fprocessing%2Fmidibox_cv_v2%2F

 

Best Regards, Thorsten.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...