njaddison
LV4 Regular (Next: 200)
  
Offline
Gender: 
Last Login: 15 May, 2013, 02:46:53
Date Registered: 08 November, 2011, 03:56:20
Location: South Carolina(USA)
Posts: 153
Topic starter
Total Post Ratings: -5
|
 |
« on: 14 August, 2012, 05:31:08 » |
0
|
so, I was wondering if C++ would be possible on the nspire through ndless. I know that ndless is for c, but would it be possible for an ndless update that allows C++, or some kind of ndless C++ library?
I am learning C++, but ndless is for c. So even after I finish C++ tutorials, then I'll have to take c, which will be like learning the same thing over again, just with a few differences.
So, back to the question at the beginning, would it be possible?
|
|
|
|
|
Logged
|
|
|
|
compu
LV5 Advanced (Next: 300)
   
Offline
Gender: 
Last Login: Yesterday at 21:53:16
Date Registered: 09 January, 2011, 22:45:52
Location: Germany
Posts: 226
Total Post Ratings: +53
|
 |
« Reply #1 on: 14 August, 2012, 14:29:48 » |
0
|
|
|
|
|
|
Logged
|
|
|
|
ExtendeD
Coder Of Tomorrow
LV8 Addict (Next: 1000)
Online
Gender: 
Last Login: Today at 10:41:36
Date Registered: 02 January, 2010, 13:03:41
Location: France
Posts: 765
Total Post Ratings: +151
|
 |
« Reply #2 on: 14 August, 2012, 14:58:19 » |
0
|
Getting C++ on the TI-Nspire currently requires several additional setup steps and has specific limitations. Moreover C++ is not originally design for embedded programming (but it doesn't mean it can't be used or is not recommanded). If you want to start developping for the TI-Nspire as a beginner, C will be much easier.
You don't really need to learn C: since C++ is a superset of C, you actually already know it. Just pick up a guide which compares C and C++ to find what you should not use when developing in C. There are plenty of those available.
|
|
|
|
|
Logged
|
|
|
|
Le solutionneur
LV3 Member (Next: 100)
 
Offline
Last Login: 20 May, 2013, 21:24:41
Date Registered: 31 March, 2011, 18:40:14
Posts: 60
Total Post Ratings: +3
|
 |
« Reply #3 on: 14 August, 2012, 15:54:35 » |
0
|
I don't understand why isn't it possible: g++ doesn't support ARM stuff but gcc does ? Is seems to have no sense for me.
|
|
|
|
|
Logged
|
"Commit to the Lord whatever you do and your plans will succeed." - Proverbs 16:3 "Whatever you do, work at it with all your heart, as working for the Lord, not for men. " - Colossians 3:23
|
|
|
ExtendeD
Coder Of Tomorrow
LV8 Addict (Next: 1000)
Online
Gender: 
Last Login: Today at 10:41:36
Date Registered: 02 January, 2010, 13:03:41
Location: France
Posts: 765
Total Post Ratings: +151
|
 |
« Reply #4 on: 14 August, 2012, 20:16:02 » |
0
|
tangrs's blog describes and the additional setup and missing stub functions.
|
|
|
|
|
Logged
|
|
|
|
njaddison
LV4 Regular (Next: 200)
  
Offline
Gender: 
Last Login: 15 May, 2013, 02:46:53
Date Registered: 08 November, 2011, 03:56:20
Location: South Carolina(USA)
Posts: 153
Topic starter
Total Post Ratings: -5
|
 |
« Reply #5 on: 15 August, 2012, 18:22:53 » |
0
|
tangrs' tutorial talks about checking out newlib for arm architecture from CVS. What CVS does he mean? Surely he can't mean the Pharmacy/drugstore CVS!
|
|
|
|
|
Logged
|
|
|
|
|
|
|