Author Topic: CAS OS on Standard TI-nspire [development idea]  (Read 30839 times)

0 Members and 1 Guest are viewing this topic.

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: CAS OS on Standard TI-nspire [development idea]
« Reply #75 on: May 10, 2010, 12:02:39 am »
The only reason I can think of is that we're missing most of the standard library right now, and the OS might not have the entry points for the C++ functions.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: CAS OS on Standard TI-nspire [development idea]
« Reply #76 on: May 11, 2010, 11:28:34 am »
Is there enough of a difference to bother with it? We could just write the extra commands into a header or library so it feels like you're using C++ when you're using C. What commands are different, anyways? I've used C a little, but I've never actually tried C++

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: CAS OS on Standard TI-nspire [development idea]
« Reply #77 on: May 11, 2010, 03:49:24 pm »
C++ is an object-oriented language.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: CAS OS on Standard TI-nspire [development idea]
« Reply #78 on: May 11, 2010, 06:23:18 pm »
What exactly comprises the "object" part of that though? Is it variables, functions, commands? i never really understood that quote.

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: CAS OS on Standard TI-nspire [development idea]
« Reply #79 on: May 11, 2010, 06:32:45 pm »
Classes. Essentially, a data-type sort of thing with its own data and methods.