Greetings,
I would like to hear from anyone willing to share advice about converting a TI-Basic program into C. I have decided to do a total conversion of my TI-Basic interpolation program INTRPOL8. You can find it in the Archives here. http://ceme.tech/DL2063 For those not familiar with what can be done using interpolation please read the booklet I included with INTRPOL8 where I give many examples.
INTRPOL8 has gotten to difficult to manage using Basic so I think the next step would be to convert it into C and go from there. I am hopeful that as I come across problems converting it I can get answers here. If not, please let me know.
My first few questions are these:
Versioning: The last TI-Basic version is 2.1. Because this is a conversion to C I think that it should either be called v3.0 or maybe 'C v1.0'. What do you think would be best?
Is there an easy way to do as the TI-Basic Menu( does and invert characters with white letters and black background?
Or do I have to use fontlibc? If I have to use fontlibc how do I use the same character set as is used by TI-Basic? If you know of an example that does this I would appreciate it if you pointed me to it.
How large can a C program be. I think I read somewhere that the maximum size is 64K (65536 bytes)
Lastly, would someone be kind enough to tell me how to post a screen shot as it doesn't work the way I thought.
I would like to hear from anyone willing to share advice about converting a TI-Basic program into C. I have decided to do a total conversion of my TI-Basic interpolation program INTRPOL8. You can find it in the Archives here. http://ceme.tech/DL2063 For those not familiar with what can be done using interpolation please read the booklet I included with INTRPOL8 where I give many examples.
INTRPOL8 has gotten to difficult to manage using Basic so I think the next step would be to convert it into C and go from there. I am hopeful that as I come across problems converting it I can get answers here. If not, please let me know.
My first few questions are these:
Versioning: The last TI-Basic version is 2.1. Because this is a conversion to C I think that it should either be called v3.0 or maybe 'C v1.0'. What do you think would be best?
Is there an easy way to do as the TI-Basic Menu( does and invert characters with white letters and black background?
Or do I have to use fontlibc? If I have to use fontlibc how do I use the same character set as is used by TI-Basic? If you know of an example that does this I would appreciate it if you pointed me to it.
How large can a C program be. I think I read somewhere that the maximum size is 64K (65536 bytes)
Lastly, would someone be kind enough to tell me how to post a screen shot as it doesn't work the way I thought.