Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Legimet

Pages: 1 ... 22 23 [24]
346
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: June 20, 2013, 01:18:30 pm »
Does it use the cfg_register_fileext() function recently added to Ndless in r797?

347
Humour and Jokes / Re: Weird/funny pictures thread
« on: June 19, 2013, 03:23:49 pm »

348
Computer Programming / Re: I'm learning C++!
« on: June 19, 2013, 03:16:59 pm »
I wouldn't recommend using goto's and labels.

Also, using namespace std is discouraged, because the whole point of namespaces is to prevent namespace collisions. Instead, just prefix stuff with std::, it's really not that much to type.

349
News / Re: C++ on the TI-Nspire
« on: June 18, 2013, 02:33:27 pm »
Also, std::unexpected, I guess.

350
News / Re: C++ on the TI-Nspire
« on: June 18, 2013, 12:53:40 pm »
I saw on tangrs blog that exceptions don't work because of some unimplemented functions. What are these functions??

351
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: June 17, 2013, 03:42:24 pm »
I think btrfs would be supported if you compile your kernel with support for it.

352
News / Re: C++ on the TI-Nspire
« on: June 17, 2013, 03:25:51 pm »
This is really awesome, because people can port a lot of SDL games and emulators written in C++. :D

353
Introduce Yourself! / Re: Hi, I'm Legimet
« on: June 17, 2013, 02:45:52 pm »
Thanks for the peanuts! :)

maybe you could teach me on that one - idk how to compile/where to get gcc4ti ^^

You can get gcc4ti here. If you want to compile it yourself, i think you have to follow these instructions before following the directions in the readme.

354
Introduce Yourself! / Hi, I'm Legimet
« on: June 17, 2013, 02:06:59 pm »
Hi, I'm Legimet.
I can program in C and C++, and I'm porting a game written in C to the TI-Nspire using Ndless and nSDL.
Also, I'm going to do 68k programming with GCC4TI.

Pages: 1 ... 22 23 [24]