[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transferring program to .dsk image on Win32?



  To: Bill Buckels
On Sun, 27 Jul 2008 10:35:11 -0500, Bill Buckels wrote:

> "Jeff Blakeney" <jeff.blakeney@a2central.com.remove-12bn-this> wrote in 
> message 1ajfs9mczpu.13c017cgm9q4v.dlg@40tude.net">news:1ajfs9mczpu.13c017cgm9q4v.dlg@40tude.net...
> 
>> CiderPress does a much better job overall.  I have thought of looking at 
>> the source to see if I could add a tree view but seeing as it is written 
>> in C++ that probably won't happen.
> 
> To me it wouldn't be worth the time. C++ is not a problem for me, but I 
> always figure on things like this that if it was easy the original version 
> would have included the feature. I am lazy in this way:) I'd rather spend my 
> time doing kiddie games and graphics and music for the Apple II.

I learned C in college about 20 years ago.  They actually taught us 8088
assembly language first because it was easier to learn.  :-)

I haven't used C since except to figure convert some small code snippets
in C to something else.  C++ and C# I've never even looked at.

Treeviews in Windows aren't the easiest things to deal with but I have
written some routines that make it easier to load data into them.  Same
goes for the report view that CiderPress already uses.