Connecting Tech Pros Worldwide Forums | Help | Site Map

Image library design

Mathieu Malaterre
Guest
 
Posts: n/a
#1: Jul 22 '05
Hello,

I hope this question relates to this newsgroup.

I am currently working on an IO library (to read DICOM images
specifically). And I have a question about the design. Does a
ProgressEvent mechanism belongs to an IO library or not ? If not what do
you use in your code to allow this sort of behavior (especially when
loading big files) ?

Thanks
Mathieu

Karthik
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Image library design


Mathieu Malaterre wrote:
[color=blue]
> Hello,
>
> I hope this question relates to this newsgroup.[/color]

This would be more appropriate to a newsgroup related to design (
object-oriented ). Here we primarily discuss the nitty-gritties of the
language and its features

HTH

--
Karthik
------------ And now a word from our sponsor ------------------
For a quality usenet news server, try DNEWS, easy to install,
fast, efficient and reliable. For home servers or carrier class
installations with millions of users it will allow you to grow!
---- See http://netwinsite.com/sponsor/sponsor_dnews.htm ----
Mathieu Malaterre
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Image library design


Karthik wrote:[color=blue]
> Mathieu Malaterre wrote:
>[color=green]
>> Hello,
>>
>> I hope this question relates to this newsgroup.[/color]
>
>
> This would be more appropriate to a newsgroup related to design (
> object-oriented ). Here we primarily discuss the nitty-gritties of the
> language and its features
>
> HTH
>[/color]

Karthik,

Since I found:

[Posting to comp.lang.c++]
[There has - under various headings - been several related discussions
about the proper way to learn C++, C++'s relation to C, C++'s relation
to Smalltalk, the difference (or not) between data abstraction and
object-oriented programming, etc.]
http://www.research.att.com/~bs/learn.html


Could you advise where the newsgroup about OOP is now.

Thanks a bunch,
Mathieu
Phlip
Guest
 
Posts: n/a
#4: Jul 22 '05

re: Image library design


Karthik wrote:
[color=blue]
> Mathieu Malaterre wrote:
>[color=green]
> > Hello,
> >
> > I hope this question relates to this newsgroup.[/color]
>
> This would be more appropriate to a newsgroup related to design (
> object-oriented ). Here we primarily discuss the nitty-gritties of the
> language and its features[/color]

And I answered it on news:comp.object, using platform-specific code samples
that apply to any programmer using any GUI in any language.

--
Phlip
http://industrialxp.org/community/bi...UserInterfaces


Mathieu Malaterre
Guest
 
Posts: n/a
#5: Jul 22 '05

re: Image library design


Phlip wrote:[color=blue]
> Karthik wrote:
>
>[color=green]
>>Mathieu Malaterre wrote:
>>
>>[color=darkred]
>>>Hello,
>>>
>>> I hope this question relates to this newsgroup.[/color]
>>
>> This would be more appropriate to a newsgroup related to design (
>>object-oriented ). Here we primarily discuss the nitty-gritties of the
>>language and its features[/color]
>
>
> And I answered it on news:comp.object, using platform-specific code samples
> that apply to any programmer using any GUI in any language.[/color]

Thanks :)
Haven't finished reading you though
Closed Thread