• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Basic programming - TI-83'like - Visual Basic?

dmw16

Diamond Member
I am looking for a language that is similar to the language used in the TI-83 but I want something that will work on a PC, and is a bit more powerful and has a better GUI for the user. I have heard Visual Basic is the one I want, is this right? If so, can you recommend a good book to learn VB from and where I can get an easy to use and decent FREE🙂 compiler.
thanks,
-doug
 
A free Visual Basic compiler? This is not like C, where you have lots of possible compilers - Microsoft Visual Basic IS the compiler. If you already have MS Office, you can use VBA (ie Visual Basic for Applications), which includes parts of the real VB's features. Another free alternative might be the WSH (Windows Scripting Host) which also supports something similar to VB.
But all those don't compare to the full program, if you really want to program in VB, you'll have to buy it - if you're a student, try getting the rather cheap student edition, that's what I did.

BTW, Delphi is a language similar to VB (although where VB is based upon er Basic, Delphi's fundament is Pascal), you might also want to try that.

Keep in mind though that neither Delphi nor VB really compare to what you have on your TI ... both are incredibly more powerful.
 
When I said I wasnted something like the Ti-83 I ment in terms of basic workings and mainly to do math. What is a good delphi compiler? And what is a good Delphi book?
-doug
 
Back
Top