Can I Call A Program From The Main Window?
#1
Posted 25 January 2006 - 09:52 PM
can I do this with programs also? I couldn'd find it on the manual...
#2
Posted 25 January 2006 - 10:36 PM
#4
Posted 27 January 2006 - 04:29 PM
I thought functions could only make plain calculations...
Anyway, I'll get into cp300 programming as soon as I make my fortran90 final exam
#6
Posted 27 January 2006 - 05:38 PM
I also heard about c programming for the CP... how is this?
#7
Posted 27 January 2006 - 05:40 PM
#8
Posted 27 January 2006 - 09:02 PM
I haven't had any time lattely to even look at cp programing, but from what I understood only functions are useable from main, and these can't interact with the user.
Other uses would be to do complex enginnering calculations.
#9
Posted 27 January 2006 - 09:10 PM
#10
Posted 27 January 2006 - 09:31 PM
Iteraction is needed in lots of programs, but those don't really need to be ran from main
#11
Posted 27 January 2006 - 09:36 PM
Can functions receive a string as argument? ex: conv(23,ft,m)
Iteraction is needed in lots of programs, but those don't really need to be ran from main
No, my add-in PRGM Conv doesn't support commands and it will never do. So you can input a string but do nothing on it
#12
Posted 27 January 2006 - 09:55 PM
#13
Posted 27 January 2006 - 10:14 PM
thats also why interactivity would make it much more user-friendy. Something like: choose unit class (length, energy, etc), choose from and to units, and input value. The output could be on screen and to a variable too.
#14
Posted 27 January 2006 - 10:20 PM
well... My ti-86 has conversions from and to, for something like 100 units. If I were to associate every unit with a number i'd need also a large charge with all variable names and corresponding numbers
thats also why interactivity would make it much more user-friendy. Something like: choose unit class (length, energy, etc), choose from and to units, and input value. The output could be on screen and to a variable too.
You must agree with that You will not have full user interraction in "Main". I know that sometimeses it isgood to write it especially if You want to share Your progs with friends. ------> Lua, this will sove Your problems, or sophisticated e-activities.
#15
Posted 30 January 2006 - 12:52 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users