Click here to Skip to main content
15,899,026 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: How to implement double pow(double x , double y) Pin
Ruchi Gupta10-Dec-03 8:49
Ruchi Gupta10-Dec-03 8:49 
GeneralRe: How to implement double pow(double x , double y) Pin
Nik Vogiatzis10-Dec-03 10:26
Nik Vogiatzis10-Dec-03 10:26 
AnswerRe: How to implement double pow(double x , double y) Pin
Ruchi Gupta10-Dec-03 8:57
Ruchi Gupta10-Dec-03 8:57 
GeneralTrue C/C++ goodies! Pin
TW7-Nov-03 2:04
TW7-Nov-03 2:04 
QuestionIs there anything on g++ around here? Pin
nssone6-Nov-03 19:22
nssone6-Nov-03 19:22 
AnswerRe: Is there anything on g++ around here? Pin
nssone11-Nov-03 17:17
nssone11-Nov-03 17:17 
GeneralRe: Is there anything on g++ around here? Pin
J. Dunlap11-Nov-03 17:21
J. Dunlap11-Nov-03 17:21 
AnswerRe: Is there anything on g++ around here? Pin
ZoogieZork11-Nov-03 17:34
ZoogieZork11-Nov-03 17:34 
GeneralRe: Is there anything on g++ around here? Pin
nssone11-Nov-03 17:41
nssone11-Nov-03 17:41 
GeneralUSB USB! Pin
closecall4-Nov-03 13:59
closecall4-Nov-03 13:59 
GeneralRe: USB USB! Pin
Norman Fung15-Jan-04 6:38
Norman Fung15-Jan-04 6:38 
GeneralI hate SPAM ! Pin
Blake Miller4-Nov-03 5:58
Blake Miller4-Nov-03 5:58 
GeneralRe: I hate SPAM ! Pin
Heath Stewart10-Nov-03 5:44
protectorHeath Stewart10-Nov-03 5:44 
Generalmultiple desktops Pin
fordge3-Nov-03 21:20
fordge3-Nov-03 21:20 
GeneralRe: Great Idea ,but the solution.............so help.. Pin
Colin Angus Mackay7-Nov-03 14:38
Colin Angus Mackay7-Nov-03 14:38 
GeneralStartup Pin
collincode28-Oct-03 19:44
collincode28-Oct-03 19:44 
GeneralRe: Startup Pin
Niels Penneman8-Jan-04 10:57
Niels Penneman8-Jan-04 10:57 
GeneralEnterpriseServices Pin
ycswyw27-Oct-03 9:53
ycswyw27-Oct-03 9:53 
GeneralRe: EnterpriseServices Pin
Curtis Adams27-Oct-03 15:49
Curtis Adams27-Oct-03 15:49 
Generalintercept wm_char messages Pin
percyvimal21-Oct-03 21:38
percyvimal21-Oct-03 21:38 
QuestionWhat's foreach-able? Pin
DaveOwens21-Oct-03 3:19
DaveOwens21-Oct-03 3:19 
Blush. This may reflect my beginner's ignorance, but what the hell. When scanning various collection classes in the CLR, it seems that there are three basic ways to implement a foreach loop against the collection class:

1. Obvious -- e.g. string from StringCollection
2. Object and casting - e.g. foreach object foo in CollectionClass. In the
loop cast item = (ClassToCast)foo
3. Inheritance -- things like InnerArrayList in CollectionBase

Assuming what I say is true (what are the odds?), then it strikes me that a great article would be to describe hard and fast rules to tell one from the other. Plain and simple, right now, I get a headache looking at CLR collection classes. But, with a good article outlining good ways to discriminate different foreach-able techniques, then I'd really feel empowered.

Am I on to something? Or, is this more Microsoft documentation fog???

Dave
AnswerRe: What's foreach-able? Pin
Jeremy Kimball24-Oct-03 5:52
Jeremy Kimball24-Oct-03 5:52 
AnswerRe: What's foreach-able? Pin
Colin Angus Mackay29-Nov-03 17:47
Colin Angus Mackay29-Nov-03 17:47 
QuestionInterested in a Template Parser? Pin
J. Dunlap20-Oct-03 13:08
J. Dunlap20-Oct-03 13:08 
Generaltetris project Pin
yorkmac15-Oct-03 14:26
yorkmac15-Oct-03 14:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.