• Welcome to Valhalla Legends Archive.
 

C++ (win32 api programming) (GUI)

Started by n00blar, March 17, 2003, 05:48 PM

Previous topic - Next topic

DarkMinion

#15
This will solve all your god damned GUI trouble.  I swear, you people do everything the hard way (or the gay MFC-like way)  ;)

http://dmbot.virtualave.net/SampleWin32.zip

TheMinistered

If I recall my example did not use MFC.  Perhaps your blatant remark was not aimed towards me?

DarkMinion

Ok, considering your example isn't in this thread, it wasn't aimed at you.

TheMinistered

#18
Ok, considering That I == n00blar, then you are wrong ;)

DarkMinion

 ;D

Oh, then your example IS MFC-like

TheMinistered

Please define "MFC-LIKE" and describe what the difference between "MFC" & "MFC-LIKE" IS.

Eibro

I'd say "MFC-like" is synonymous for object-oriented.
Some people prefer writing object oriented code; others prefer pure procedural.  That's all there is to it.
Eibro of Yeti Lovers.

Camel

Quote from: Eibro on June 24, 2003, 07:43 PM
Some people prefer writing object oriented code; others prefer pure procedural.  That's all there is to it.

Not true; there are advantages to both. In some cases, one is clearly better than the other. In other cases, it is highly debatable (see: 'tagbans' in the botdev forum). :)

DarkMinion

Nah, just your class names look MFC-like, I was just joking with you  ;)

Oh, and VB sucks Camel.

Eibro

#24
Eh, this is exactly what I was trying to avoid.

Quote from: Camel on June 24, 2003, 08:03 PM
Quote from: Eibro on June 24, 2003, 07:43 PM
Some people prefer writing object oriented code; others prefer pure procedural.  That's all there is to it.

<snip>there are advantages to both</snip>
That's pretty much the point I was making.

I get what you're saying now, DM :) I hate the prefixed 'C' on class names, I think it's completely pointless (and ugly)

Edit: And please tell me, Camel, how is reading all that long-winded garbage in the tagbans topic going to help me? I can tell you, it's certainly not going to give me any better understanding of OOP vs. Procedural programming.
Eibro of Yeti Lovers.

Camel

Quote from: DarkMinion on June 24, 2003, 08:21 PM
Nah, just your class names look MFC-like, I was just joking with you  ;)

Oh, and VB sucks Camel.

that's brilliant, dm!

DarkMinion