windows program

Started by
16 comments, last by Moonwalka 20 years ago
quote:Original post by Pipo DeClown
Would you like that? No, then it''s mean. And I''m pretty sure he knows that.

GameDev''s supposed to be a kind and helpfull community, if someone in this rooms thinks otherwise then let him speak today!! Or forever think in silence..
Rubbish.

Is blatantly giving bad adviced, based on ignorance and bad practice (ignoring the Windows event model and performing painting, etc every cycle even if it''s not necessary) "kind" or "helpful"? Don''t get touchy-feely; revere fact over feeling and truth over "everybody getting along."

I''m brutal in the For Beginners forum because experience has shown that a lot of unskilled/ignorant people will come in here to answer questions and thus feel more "competent." It''s an ego thing. I don''t like answering beginner questions, but I hate having to re-teach so-called "intermediates" their fundamentals.

Capice?
Advertisement
This might sound dumb and stupid, and it is. It is also the truth: "U where an n00b 2."

IMO, the only reason you can act bitchy against n00bs is when they ask you to help them in private. That's when it is annoying.
WHY THE HELL would he be posting in the 'For Beginners' forum?

-
quote:unskilled/ignorant people will come in here to answer questions and thus feel more "competent." It's an ego thing.

-
quote:In short, a terrible Windows programmer.


Being nice is hard, but being brutal is bad.

quote:From Nehe Welcome to my OpenGL tutorials. I am an average guy with a passion for OpenGL! The first time I heard about OpenGL was back when 3Dfx released their Hardware accelerated OpenGL driver for the Voodoo 1 card. Immediately I knew OpenGL was something I had to learn. Unfortunately, it was very hard to find any information about OpenGL in books or on the net. I spent hours trying to make code work and even more time begging people for help in email and on IRC. I found that those people that understood OpenGL considered themselves elite, and had no interest in sharing their knowledge. VERY frustrating!




--
You're Welcome,
Rick Wong
- sitting in his chair doing the most time-consuming thing..

[edited by - Pipo DeClown on April 10, 2004 3:45:00 PM]
quote:I don''t like answering beginner questions..


Then don''t!

--
You''re Welcome,
Rick Wong
- sitting in his chair doing the most time-consuming thing..
quote:Original post by Pipo DeClown
This might sound dumb and stupid, and it is. It is also the truth: "U where an n00b 2."
Yes, I was a beginner once. Would you like me to enumerate the difference? Do I have to rehash the reasons why I have no compunctions about pointing such things out? Do I need to reiterate that the fact that we all started somewhere is no excuse for blatant misinformation and a disregard for correction?

Stop crusading. It''s irritating (because, in this case, you have no point). simon10k was told that his example was flawed; rather than seizing the opportunity to improve, he rationalizes his approach. And that''s the guy - the "n00b" - you''re defending?

Further, if you have a problem with me, email me about it. Taking it to the forums doesn''t help and only serves to derail the thread.

quote:
quote:I don''t like answering beginner questions..
Then don''t!
Did you not read the reason why I do it? Is it so foreign to you that I might be doing it not out of a generous heart but out of purely selfish motivation? I''d rather not have to reiterate foundational issues in advanced discourse, and since I have a vested interest in this site, I''ll make the investment - the sacrifice - to dispense accurate information here.

Are you saying I should let bullshit get passed around just so nobody''s feelings get hurt?

Get over it.
Oluseyi, I''m more skilled then you could ever dream to be (and not just as programming). Get real, not everyone sees the world through your eyes.

My example is not flawed, it illustrates the fact that you don''t need to use the event model, this is a games forum and most games are not event based, depending on Windows to notify you of what''s happening is a petty approach and encouraging event based examples doesn''t help you when you’re using real-time style coding.

I''m not posting in these forums anymore; I don''t need to be criticized for helping. Oluseyi your not “mean” you’re just a whining bitch. I don''t have a problem with you, I''m just observant.

*out*
-----------------------------Language: C++API: Win32, DirectXCompiler: VC++ 2003
quote:Original post by simon10k
My example is not flawed, it illustrates the fact that you don''t need to use the event model
But you should, if you are not programming games in Windows. If you do not want to use WM_PAINT at all, you should have removed it from code because that does nothing.
quote:Original post by Pipo DeClown
This might sound dumb and stupid, and it is. It is also the truth: "U where an n00b 2."


Nope. You'll never be able to prove I was ever a n00b. ever.

The only argument you have is that I'm knowledgable NOW, so at some point I must not have been. Which makes sense, but you'd still never be able to prove it.

You know why? because when I was a n00b (oh crap, I admitted it!) I never asked questions. EVER. (and I'm sure some dill-hole will go find the search button and spend half an hour trying to find a n00by question i've asked...)

[edited by - C-Junkie on April 10, 2004 9:08:39 PM]
quote:Original post by simon10k
<Stupid invective>
Don''t take it personally. I''m not assaulting your character or anything; it''s a statement of fact based on your comments. Want me to think more highly of you? Post correct information.

I don''t give a fuck if you don''t post here, btw. Martyrs don''t impress me. If that disappoints you, feel free to whine to Dave.

This topic is closed to new replies.

Advertisement