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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...