• Welcome to Valhalla Legends Archive.
 

TagBans

Started by CrAz3D, June 05, 2003, 10:15 PM

Previous topic - Next topic

herzog_zwei

#30
I wasn't saying you were blindlessly following the masses.  The thread ended up with some people thinking you should never do certain things such as using strstr in C++ or using goto in C/C++.  I was trying to point out that the world isn't just black and white and you should think for yourself, doing the thing you think is more correct.  I myself have worked on such projects as well, incorporating multiple languages C/C++/Asm/Perl/custom languages/etc within the same project, with the majority being in C++ because it's the better language for most of the job.

Moonshine

#31
Quote from: herzog_zwei on June 08, 2003, 06:34 PM
Moonshine:
That list is not very good considering one of the more important things C++ has is left out: polymorphism.  It's what makes classes, same named functions, overloading, implicit casting, etc. work the way they do.  Many of the things on the list is related to the things I mentioned, but not all of them.


I left out polymorphism and class related features for a reason, read iago's post in which I was replying to.

Eibro

I believe he was referring to the list at faq.cprogramming.com which doesn't explicitly list polymorphism, but I think is implied with the virtual function listing.
Eibro of Yeti Lovers.

herzog_zwei

#33
Quote from: Eibro on June 08, 2003, 09:53 PM
I believe he was referring to the list at faq.cprogramming.com which doesn't explicitly list polymorphism, but I think is implied with the virtual function listing.

Yeah I was referring to that list.  Polymorphism is what enables virtual functions to work.  When you do something like ChildA->go(), ChildB->go(), and Parent->go(), the compiler (either at compile time or code added to handle it at run time) will know which to use due to polymorphism.  It's the same thing that lets you use operators the way you do and what allows you to have the same name (with varying qualifiers or arguments) for multiple functons.  Leaving out polymorphism from that list is leaving out one off the language's greater features.

Arta

I think Moon probably knows what polymorphism is  ::)

CrAz3D

Well, I gues this post has been productive for you all, but I'm still lost.  Sorry it took me to get back on but I was gone.

Any help would still be appreciated! ;)
Thnx
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

______

#36

if lcase(username) like (*azeroth) then
send "/ban " & username
endif

CrAz3D

Ok, & just change the *azeroth to the thing I get from taglist, thnx
That actually helped ____
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Camel

#38
lol, this could go down in the off-topic recordbooks

Conclusion: Everyone agrees that c++ should be avoided except when in cases of rebellion or invasion.
Err, was that Habeas Corpus...

[edit] i hope whoever decided to spell 'habeas' like that died a slow and painful death

DarkMinion

QuoteEveryone agrees that c++ should be avoided except when in cases of rebellion or invasion

replace("c++", "vb");

Oh by the way, I doubt you know what Habeas Corpus means, or what language it is in ;)

CrAz3D

habeas corpus: some one is goes before a court to try & get out of imprisonment.

Such simple terms I use.

rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

DarkMinion

No, I meant its literal meaning and language

Camel

Quote from: DarkMinion on June 24, 2003, 08:16 PM
Oh by the way, I doubt you know what Habeas Corpus means, or what language it is in ;)
enlighten me

Camel

Quote from: DarkMinion on June 24, 2003, 08:16 PMreplace("c++", "vb");

don't you mean Replace Code, vbCPlusPlus, vbVB? :P

DarkMinion


|