Search Results

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Dogtree ; Forum: Computer Science and child forums
Forum: Computer Science Jun 6th, 2005
Replies: 1
Views: 3,687
Posted By Dogtree
>> can a context belong to more than one process?
Why would you want it to? The context of a process is it's state at any given time. If two processes shared the same context then they would...
Forum: Computer Science May 30th, 2005
Replies: 18
Views: 13,398
Posted By Dogtree
>> typedef struct Dictionary* DictionaryRef;
I don't like hiding pointers with typedef. It's confusing to readers and maintenance programmers. You would be better off just using Dictionary *.

>>...
Forum: Computer Science May 27th, 2005
Replies: 3
Views: 3,202
Posted By Dogtree
By its definition, the postfix increment operator has to use temporary storage so that it can return the pre-incremented value. You can think of it like this:

operator++
temp = self;
self =...
Forum: Computer Science May 27th, 2005
Replies: 3
Views: 3,202
Posted By Dogtree
Forum: Computer Science May 16th, 2005
Replies: 6
Views: 2,954
Posted By Dogtree
I'm sorry you feel that way. You can go elsewhere and you probably won't be missed. To answer your increasingly rude question, I would probably use a combination of Visual Basic for the user...
Forum: Computer Science May 15th, 2005
Replies: 6
Views: 2,954
Posted By Dogtree
>>So much for Daniweb. Does anyone have at least a better forum I can go to?
What do you mean "So much for Daniweb"? Do you have any idea how large and complex an application like this would be? I...
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC