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 - lkj

Pages: 1 ... 27 28 [29] 30 31 ... 33
421
So you want to define a variable with the value 3.14523232?
You can do this with x:=3.14523232 or 3.14523232->x

422
I'm not sure if I understand what you mean, but I think
Code: [Select]
variablename:=function.

423
Calculator C / Re: Is there a ftell syscall?
« on: January 15, 2012, 04:24:00 pm »
It seems to be ncas2.0.1, cas2.0.1, ncas2.1.0, cas2.1.0...

424
Calculator C / Re: Is there a ftell syscall?
« on: January 15, 2012, 03:52:24 pm »
What is the correct first argument to SYSCALL_CUSTOM (i. e. the order of the addresses) in Ndless2?

425
Calculator C / Re: Is there a ftell syscall?
« on: January 15, 2012, 02:21:45 pm »
I've read a bit and saw that bsl said he found ftell in os 1.7, why was it never included in the ndless syscalls? Is it somehow buggy?

426
Calculator C / Is there a ftell syscall?
« on: January 15, 2012, 01:22:11 pm »
Am I right that there's no ftell syscall in ndless2?
If yes, is there one that we know but that is only not built in in ndless? Or what can I do instead of using ftell to get a similar result?

427
Computer Programming / Re: Best language for beginners?
« on: January 12, 2012, 04:15:36 pm »
So you all say Ti-basic or if you want to start on pc python are the best choice.

428
Computer Programming / Re: Best language for beginners?
« on: January 12, 2012, 03:55:51 pm »
Now I remember I had started with C++, but it was a bit difficult and I got demotivated. Then I restarted with Ti-Basic

429
Computer Programming / Re: Best language for beginners?
« on: January 12, 2012, 03:52:58 pm »
Thank you :)

430
Computer Programming / Re: Best language for beginners?
« on: January 12, 2012, 03:50:52 pm »
I don't really know, but I think 14 to 30...

You're right, calc languages are easier and smaller.

431
Computer Programming / Re: Best language for beginners?
« on: January 12, 2012, 03:44:45 pm »
I don't know Python and Java, but I'll try them out when I've finished my current project.

For a friend of mine, so the same age as many people here.

432
Computer Programming / Re: Best language for beginners?
« on: January 12, 2012, 03:27:28 pm »
There isn't a general programming section on Omnimaga, so I posted here, but I'm asking about all possible languages, also on calcs.

433
Computer Programming / Re: Best language for beginners?
« on: January 12, 2012, 03:21:29 pm »
Oh, I forgot to say I'm not asking for me, I can program a bit.
I started with C and TI-Basic. But C isn't very easy I think...

434
Computer Programming / Best language for beginners?
« on: January 12, 2012, 03:16:30 pm »
What do you think? What's best to start for someone who doesn't know anything about programming?

435
Calculator C / Re: A few questions about Nspire C programming
« on: January 06, 2012, 05:45:59 pm »
* Ints are 32 bits long. I should add the standard types with explicit size to Ndless's headers, I'm not sure they are available through newlib.

uint8_t and so on are available through gcc without newlib, if you mean these.

Pages: 1 ... 27 28 [29] 30 31 ... 33