Bob gets a bad rep
-
The guy who runs the site and made the original comment said 'here's a clue, it starts with c and ends with odeproject.com'. I tend to agree with what was generally said - if someone writes their code by cutting and pasting a bunch of articles blindly, they deserve what they get. The self published nature of CP means there ARE some lousy articles here, that's what the article rating system and purgatory are for. There is also some amazingly well written and thought out code here, which is what makes the site a great resource for developers who have half a clue.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Absolutely true! If CP is missing anything it's a shortage of Editors. You got my '5'.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
No, the commenters have a point. What are we doing allowing people to post actual unedited content on the internet. Like, WTF? And we don't provide printed manuals and there's no phone support. Insane.
cheers, Chris Maunder
CodeProject.com : C++ MVP
Chris Maunder wrote:
And we don't provide printed manuals and there's no phone support. Insane.
I agree. You're charging way too much for this stuff. How dare you? :rolleyes:
Author of The Career Programmer and Unite the Tribes www.PracticalStrategyConsulting.com
-
CP gets a mention in today's Daily WTF (http://thedailywtf.com/forums/thread/85510.aspx[^]), and those commenters, they ain't too complimentary. :(
Out of morbid curiousity I looked at this 'article'....geez, what a bunch of drivel....and the comments that form the 'discussion' don't say a lot for this audience's understanding-of-anything to do with much of anything, much less multi-threaded techniques. ( I mean, really: threads are hard....what, are you high? no they're not...if you know wtf you are doing)....what a bunch of ding dongs...In short, I don't think this mention is worth a second look, as the entire page does not seem to be worth the bits wasted to display it.....
Just trying to keep the forces of entropy at bay
-
dailywtf.com[^] is based mostly on programming by IT kind of folks, and does seem to be pretty penguinophilic. As a result, they rag on Windows a lot. Given that our beloved CP is Windows-specific, it's not surprising that they take the piss at CP. Granted, the post by Alex identifying CP is pretty bad manners for a webmaster, if you ask me.
Software Zen:
delete this;
What the he** is penguinophilic???? :wtf: Actually, I know - biased toward unix/linux, but still, never heard THAT term before. Brings new meaning to the bud-light penguin commercials.. :) In all honesty, I thought the comments about CP in wtf to be pretty much out of line. Their complaint was that too many people can just cut/paste code into enterprise systems... as if *thats* never happened before... as others have pointed out, give me any book, any site, any existing code, and I can make a mess out of it if I do not use the computer between the ears.
Charlie Gilley Will program for food... Whoever said children were cheaper by the dozen... lied. My son's PDA is an M249 SAW. My other son commutes in an M1A2 Abrams
-
CP gets a mention in today's Daily WTF (http://thedailywtf.com/forums/thread/85510.aspx[^]), and those commenters, they ain't too complimentary. :(
Graham Bradshaw wrote:
CP gets a mention in today's Daily WTF
Alex Papadimoulis wrote:
The website in question (and I should note that I get a LOT of submissions directly linking to this site) starts with the the letter "c" and ends with "odeproject.com"
I half wonder if Alex hasn't confused CodeProject & CodeGuru, CodeGuru has an amazing about of crap. No its just a waste of poor ASCII characters.
I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:
-
CP gets a mention in today's Daily WTF (http://thedailywtf.com/forums/thread/85510.aspx[^]), and those commenters, they ain't too complimentary. :(
It's not in C++. Refer to the code snippet in the original post.
public int ProcessIncomingMessage
(int messageId, int messageType, char* message)
{
//spawn a new listener so we can process this
int h = CreateThread(
NULL, 0, ListenForMessage,
(void *)this, 0, NULL);//now process the message
int result = -1;
switch (messageType)
{
case MSGTYP_M001:
result = ProcessCvlMessage(messageId, message);
break;
case MSGTYP_M002:
result = ProcessAplMessage(messageId, message);
break;
case MSGTYP_M003:
if (this->routingLevel == 1)
result = ProcessLcxMessage(messageId, message);
else
result = ReRouteMessage(messageId, MSGTYP_M008, message);
break;--- snip ---
Maxwell Chen
-
well, what part of it isn't true ??. most of the code here is brutal to say the least. Most post so-called "articles" here because they think it makes a difference on there resumes', and to re-validate themselves because they have no life. "um, umm, you want to see my slide ruler girls" :laugh: "oh yeah, i had articles published on CP" --- every article is posted NOT published here. when you get a paper published in a real journal, give me a call:laugh::laugh:
I think that says more about you than others.
-
Chris Maunder wrote:
And we don't provide printed manuals and there's no phone support. Insane.
I agree. You're charging way too much for this stuff. How dare you? :rolleyes:
Author of The Career Programmer and Unite the Tribes www.PracticalStrategyConsulting.com
Hey, it's worth what I pay for it!
-
The guy who runs the site and made the original comment said 'here's a clue, it starts with c and ends with odeproject.com'. I tend to agree with what was generally said - if someone writes their code by cutting and pasting a bunch of articles blindly, they deserve what they get. The self published nature of CP means there ARE some lousy articles here, that's what the article rating system and purgatory are for. There is also some amazingly well written and thought out code here, which is what makes the site a great resource for developers who have half a clue.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
My reply: It's not the code snippet but the fact he didn't know what he was doing ("Unix is based on Windows"). As for quality, look at the maturity of the replies in this thread...
-
The guy who runs the site and made the original comment said 'here's a clue, it starts with c and ends with odeproject.com'. I tend to agree with what was generally said - if someone writes their code by cutting and pasting a bunch of articles blindly, they deserve what they get. The self published nature of CP means there ARE some lousy articles here, that's what the article rating system and purgatory are for. There is also some amazingly well written and thought out code here, which is what makes the site a great resource for developers who have half a clue.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Christian Graus wrote:
he guy who runs the site and made the original comment said 'here's a clue, it starts with c and ends with odeproject.com'.
Ah, must've missed that.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Messianic Instrumentals (with audio) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango