Re: [Haifux] pop(queue) fails

2008-10-26 Thread Orr Dunkelman
To all of you who missed the point of my message: The lecture queue is empty. There are no lectures. Please, if you want to give a lecture, contact us at [EMAIL PROTECTED] with title and abstract (and possible dates). Cheers, On Sun, Oct 26, 2008 at 7:00 AM, Tal Abir [EMAIL PROTECTED] wrote:

Re: [Haifux] pop(queue) fails

2008-10-26 Thread mail server
Hi Orr and all,It clearly is a garbage collector failure. Thedumkopf constructor should be called at this point.I think I might come with a BI lecture, but pleasegive me some time to arrange it.Yours Truly,Benny Ganor[EMAIL PROTECTED]Re: [Haifux] pop(queue) failsTo all of you who missed the point

Re: [Haifux] pop(queue) fails

2008-10-25 Thread boazg
i can give a lecture on the cairo compositing engine (the thing that makes GTK shiny) On Sat, Oct 25, 2008 at 17:01, Orr Dunkelman [EMAIL PROTECTED]wrote: hi guys, I have some issues with the following code, help would be appreciated. #include stdio.h struct Lecture { char

Re: [Haifux] pop(queue) fails

2008-10-25 Thread Sorana Fraier
Nice attempt Orr. ;-) On Sat, Oct 25, 2008 at 5:01 PM, Orr Dunkelman [EMAIL PROTECTED]wrote: hi guys, I have some issues with the following code, help would be appreciated. #include stdio.h struct Lecture { char Lecturer[80]; char Topic[160]; char Date[30]; } lecture-str;