Omnimaga > Nspire I/O

Nspire I/O - Now with C++ support

(1/3) > >>

compu:
After ExtendeD added support for C++ to Ndless some months ago, I have added experimental C++ support to Nspire I/O now.
It has an iostream-like interface, so it should be easy to use (at least I hope it is :P )

The obligatory "Hello World":

--- Code: ---#include <nspireio/console.hpp>

int main(void)
{
  nio::console c;
  c << "Hello World!" << nio::endl;

  return 0;
}
--- End code ---

A more complete demo can be found here.
The output of that demo is attached below.

The source code can be found on Github and in the attached zip file (that contains the compiled library file and demos as well).

DJ Omnimaga:
Good to hear. :) I wonder if the PRIZM version has been cancelled or if it's still in development btw?

ajorians:
That is awesome!  I like Nspire I/O.  Thanks! :)

Juju:

--- Quote from: DJ Omnimaga on November 19, 2013, 04:19:02 pm ---Good to hear. :) I wonder if the PRIZM version has been cancelled or if it's still in development btw?

--- End quote ---
I think I can call it an indefinite hiatus. I might pick it back up someday, but last time I tried, everything I compiled (NspireIO or not) crashed. Probably my installation of PrizmSDK. Anyway, I wonder if C++ support won't mess that up, since the Prizm have none of it...

Legimet:
That's great to hear. Did you solve the inheritance issues that you posted about in another thread?

Navigation

[0] Message Index

[#] Next page

Go to full version