Click here to Skip to main content
15,886,963 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: A message for every programmer in the world. Bar none. Pin
patbob23-Nov-15 8:26
patbob23-Nov-15 8:26 
GeneralRe: A message for every programmer in the world. Bar none. Pin
dbrenth23-Nov-15 2:46
dbrenth23-Nov-15 2:46 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Kirk 1038982123-Nov-15 10:02
Kirk 1038982123-Nov-15 10:02 
GeneralRe: A message for every programmer in the world. Bar none. Pin
fredrick7223-Nov-15 3:05
fredrick7223-Nov-15 3:05 
GeneralRe: A message for every programmer in the world. Bar none. Pin
ClockMeister23-Nov-15 3:10
professionalClockMeister23-Nov-15 3:10 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Member 1193836723-Nov-15 5:10
Member 1193836723-Nov-15 5:10 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Member 1180367323-Nov-15 5:56
Member 1180367323-Nov-15 5:56 
GeneralRe: A message for every programmer in the world. Bar none. Pin
fglenn23-Nov-15 6:48
fglenn23-Nov-15 6:48 
What you have to say has merit. However, I can understand some of the attitude of those who genuinely want to help and find themselves bombarded with requests that paraphrase to the following:

1. Please do my homework for me so that I don't have to lift a finger.
2. I'm too lazy to read and I haven't even tried any coding to solve my problem.
3. Please send codez. IOW, spend an hour of time dealing with my problem for free.

After a while you tend to get cynical. As for myself, I'm always willing to help someone who is obviously trying to understand and who appears to have just missed a subtle point. I used to offer help a lot, but I eventually got tired of the repetition. I've been at this since 1968.

As an aside, the most common legitimate help request I ever had to answer is: "My program got a segment violation for no obvious reason. I've looked and looked and I can't find the problem." The answer was almost invariably:

"Check your memory management and buffer usage. If you have stepped past the end of an allocated buffer, or if you have used a 'freed' pointer you have probably trashed the heap. Cause and effect can be widely separated in time."

Some things never change when it comes to helping beginning programmers. Smile | :)
Fletcher Glenn

GeneralRe: A message for every programmer in the world. Bar none. Pin
Gerry Schmitz23-Nov-15 8:15
mveGerry Schmitz23-Nov-15 8:15 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Member 1181677623-Nov-15 9:06
Member 1181677623-Nov-15 9:06 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Thornik23-Nov-15 10:58
Thornik23-Nov-15 10:58 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Charles Wolfe23-Nov-15 15:13
Charles Wolfe23-Nov-15 15:13 
QuestionAdding Google Analytics to a Code Project article Pin
marcus obrien19-Nov-15 23:07
marcus obrien19-Nov-15 23:07 
AnswerRe: Adding Google Analytics to a Code Project article Pin
Pete O'Hanlon20-Nov-15 1:25
mvePete O'Hanlon20-Nov-15 1:25 
AnswerRe: Adding Google Analytics to a Code Project article Pin
Chris Maunder20-Nov-15 5:12
cofounderChris Maunder20-Nov-15 5:12 
Questiontechnical blog article Pin
xszaboj17-Nov-15 23:36
xszaboj17-Nov-15 23:36 
AnswerRe: technical blog article Pin
Nelek18-Nov-15 1:59
protectorNelek18-Nov-15 1:59 
Questionyet another "tip/trick or article" question Pin
BillWoodruff17-Nov-15 18:34
professionalBillWoodruff17-Nov-15 18:34 
AnswerRe: yet another "tip/trick or article" question Pin
Richard MacCutchan17-Nov-15 22:06
mveRichard MacCutchan17-Nov-15 22:06 
GeneralRe: yet another "tip/trick or article" question Pin
BillWoodruff18-Nov-15 4:52
professionalBillWoodruff18-Nov-15 4:52 
AnswerRe: yet another "tip/trick or article" question Pin
Nelek17-Nov-15 23:30
protectorNelek17-Nov-15 23:30 
GeneralRe: yet another "tip/trick or article" question Pin
BillWoodruff18-Nov-15 4:53
professionalBillWoodruff18-Nov-15 4:53 
QuestionWeird code snippet(s) Pin
Nelek17-Nov-15 1:44
protectorNelek17-Nov-15 1:44 
AnswerRe: Weird code snippet(s) Pin
Sean Ewington17-Nov-15 4:34
staffSean Ewington17-Nov-15 4:34 
GeneralRe: Weird code snippet(s) Pin
Nelek17-Nov-15 8:59
protectorNelek17-Nov-15 8:59 

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.