... Apart from the self-installer, you can always install the zip edition and change the xbvars.bat to call the environment for compiling. XBasic is...
... True. But only being able to convert back with one of them doesn't sound so useful. ... I didn't think calculators that cheap even had trig functions on...
I've been checking the GW-BASIC manuals and the online help of QBASIC. Their explanation of ATAN, SIN, COS and TAN is worst than the one that appeared in the...
Part of this question may of been answered previously . In XBasic an array can only have nine dimensions. Is there someway to increase this , attachments...
... How are you accessing your array? Using ATTACH has the advantage that one need not assign values to all cells, so that the array can take less memory. Or...
... Well, my early programming language was BBC Basic, which had far better precision in its variables that GW offered, and was also a much better structured...
... You may be right. Cheapest one I found (in a quick net search) was Kmart (US) who had a TI30X (?) scientific for $12.99 (US). So I guess finding a ...
On Wed, 02 Nov 2005 02:03:46 -0500, bestonnet_00 <bestonnet_00@...> ... Well, let me see ... if you're using the power series representation, the formula...
... The only way i can quickly thinking of expanding arrays outside the limits of 9 dimensions is by subdimensioning: ArrayRoot[Branch1[b1x,b1y,b1z],...
... Probably because you can calculate arcsin and arccos by doing various inverse functions using arctan and powers. My last math class was over 12 years ago...
I'll have several Xui windows open and, in some cases redraws of standard Xui objects do not happen. I'll put one window over another and then when I move the...
I'll have several Xui windows open and, in some cases redraws of standard Xui objects do not happen. I'll put one window over another and then when I move the...
This is usually a timing problem of redraw actions being taken or sometimes skipped when the CEO is focussed upon a different area at the time a redraw was...
... That is true but it doesn't seem like it'd be enough, even if arctan isn't in hardware it couldn't be that hard to put it in software (and computers...
... Note: I'm not to familiar with the internals of XBLite (as far as they differ from XBasic), so I could be totally wrong here; but I seriously doubt this....
... Hi Eddie, I agree. There is no difference between xbasic and xblite wrt dynamic memory allocation. In both, strings, arrays, and UDTs are not thread safe...
On Wed, 02 Nov 2005 16:31:50 -0500, bestonnet_00 <bestonnet_00@...> ... Early computers such as the Commodore even had to do multiplication in software,...
Dear all I started a crazy job: to digest the yahoogroups.txt file provided some time ago. It is more than 28 Mb of infomation. After more than 3 days full ...
Hi, I wonder if operativsystem Unix can be used on pc. what is it used for when there is already Windows too? Best regards ... Yahoo! FareChase - Search...
... that one ... less ... index in ... array ... pointer ... p-1] ... *p+z of ... yourself ... dimensional ... allocating ... more ... I'm using the standard...
For the immediate future I most likely will be using single core processors , without hyperthreading capability . Is XBasic compatible with and safe to use...
... XBasic won't run on a machine without a FPU. But since every x86 CPU since the Pentium included a FPU (except for some 'embedded' CPU's) that's pretty...
... ATTACH can be used to build an array up one piece at a time, or to access a part of an array. You can also use SWAP to exchange parts of an array. Let's...