... it's better than the alternative of just exposing the API. ... that is more of an option for advanced users. ... that are somewhat removed from the raw...
... Steve ... as you know i have only one output GUI window for everything. What you mean what would be option for opening multiple window. I prefer only...
... I'm not Steve, and I've already mentioned a few points in my other e-mail, but here one more tip: You definitely want to support more than one window if...
... Thank you Uli on your answer. EBasic compiler support Object oriented programming but i never use them before. I see your point and you are probably right...
I dont want to bother, but there is any chance of getting a technical explanation about the differences between 2.0 and 2.03? Something in the line of "BxB...
... Hello Edgardo, I'm not ready to release a second edition of the tutorial, but, I wanted to at least share some of the code I've been working on. That's why...
To Steve A: Thanks a lot for your explanation. Maybe im pushing a bit hard (if so, please forgive me), but... Any chance to get the two missed chapters??. Im...
... Hey Edgardo, The omitted chapters were only in a rough draft form and never completed when I dropped them. Due to time constraints, at that time, I felt...
Hey guys, There is a new "Basic to C" translator project starting up at: http://www.allbasic.info/forum/ and anyone here in QDepartment interested in joining...
Well, it looks the project dies before born :( ... From: steve To: QDepartment@yahoogroups.com Sent: Friday, January 21, 2011 4:14 PM Subject: [QDepartment]...
... Sorry to say, that may be the truth. Well, it sounded like he had a good idea: *) group effort, *) tutorial format, *) well documented... Oh well....
I have been thinking about how to efficiently implement a runtime Type-Def structure and I realized that a Type-Def could be viewed as a mini symbol table. A...
Just a little update here. while I was working on this I had a thought: A type field is really just another variable, so why not use the type def name as part...
Hey Rick, I'm very interested in following your progress here on hash-tables. I have read-up extensively on hash-tables because I too have been trying to come...
... Well, my preliminary test are quite encouraging. I did implement link-lists for the buckets, since I decided that the ability to delete vars would be a...
... list of information: a linked list and hash table. Both will keep information organized, but they work in different ways. Let's use an array to illustrate...
Thanks for that explaination Rick. For anyone interested in constructing an interpreter or compiler, finding a method for storing variables and data is a...
2188
QDepartment@yahoogrou...
Jan 30, 2011 5:07 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the QDepartment group. File : /Code...
I went back to the test hash table and generalized it as a FreeBasic object. I am using my home-grown variant-like data object for the keys and data, so that...
For windows only I think you will find IDictionary will surpass any hand coded hash tables up to about 25k entries. Using FreeBasic's com support it might be...
... Hey Aurel, I am working on BXB at this very moment, but, I'm having difficulty working out some problems with Native GDI/GUI. The difficulty I'm having has...