upload
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
I've just uploaded a few 'programs' which have been milestones in my
acquaintance with the Amiga and C. They start with a simple window (the one
in the manual doesn't work!) and go on to some fancy menu manipulations
(fancymenus.c) and window usage (ConIO.c).
I'm not a real programmer and C isn't my native language but they seem to do
whatever they're supposed to, however clumsily. As a user in high speed
applications, I have a horror of iterative algorithms, so I've included a
non-iterative date algorithm (date.c) for anyone adding to MyCli (I like it –
can we have a Lattice MyCli2?) and maybe even C/A.
I couldn't get my MENUTOGGLE to work and my time display using the console
device goes in odd places depending on the size of my window – is that my
fault ?