Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. lack of research

lack of research

Scheduled Pinned Locked Moved The Lounge
questionregexjson
19 Posts 14 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tim Kohler
    wrote on last edited by
    #1

    While I am certainly no match for several other programmers here, I do take pride in trying to research and find answers to my own issues before posting questions in forums. I typically buy books on new topics if the topics are big enough. At the bare minimum I spend time with the API documentation for any API I'm using. Just browsing some of the question forums, I'm disturbed by the utter basicness of some of the questions. i.e. People using a class method but asking a very basic question that is OBVIOUSLY detailed in MSDN. Or people asking such basic questions as 'what is a callback function.' I mean don't developers read and research anymore? I know we do.. it just bugs me when people just dump silly questions when they're too lazy to do even the most basic research on their own. Sorry, I just had to get this out of my hair.

    M W J N E 7 Replies Last reply
    0
    • T Tim Kohler

      While I am certainly no match for several other programmers here, I do take pride in trying to research and find answers to my own issues before posting questions in forums. I typically buy books on new topics if the topics are big enough. At the bare minimum I spend time with the API documentation for any API I'm using. Just browsing some of the question forums, I'm disturbed by the utter basicness of some of the questions. i.e. People using a class method but asking a very basic question that is OBVIOUSLY detailed in MSDN. Or people asking such basic questions as 'what is a callback function.' I mean don't developers read and research anymore? I know we do.. it just bugs me when people just dump silly questions when they're too lazy to do even the most basic research on their own. Sorry, I just had to get this out of my hair.

      M Offline
      M Offline
      MikeBeard
      wrote on last edited by
      #2

      I try to do the same thing. And I've noticed the same as you did. I think that there are a lot of people out there programming that don't have a clue and really don't want to get one. If they can get someone else to do their work, research, or whatever, more the better for them. :mad: It really irritates me at times.

      1 Reply Last reply
      0
      • T Tim Kohler

        While I am certainly no match for several other programmers here, I do take pride in trying to research and find answers to my own issues before posting questions in forums. I typically buy books on new topics if the topics are big enough. At the bare minimum I spend time with the API documentation for any API I'm using. Just browsing some of the question forums, I'm disturbed by the utter basicness of some of the questions. i.e. People using a class method but asking a very basic question that is OBVIOUSLY detailed in MSDN. Or people asking such basic questions as 'what is a callback function.' I mean don't developers read and research anymore? I know we do.. it just bugs me when people just dump silly questions when they're too lazy to do even the most basic research on their own. Sorry, I just had to get this out of my hair.

        W Offline
        W Offline
        wrykyn
        wrote on last edited by
        #3

        I agree with you totally. I think I've only asked about 3-4 questions that were technical till now and they were all article specific when I wanted to know smoething I couldn't find out after searching. I'm a newbie too. I don't understand why people expect to just start programming without even reading a single book about what they want to program in. I mean would they attempt brain surgery without reading about it (sorry, bad example). "I believe I referred to her personality as a potential science exhibit." - Elaine, about Ellen, in "The Dog"

        1 Reply Last reply
        0
        • T Tim Kohler

          While I am certainly no match for several other programmers here, I do take pride in trying to research and find answers to my own issues before posting questions in forums. I typically buy books on new topics if the topics are big enough. At the bare minimum I spend time with the API documentation for any API I'm using. Just browsing some of the question forums, I'm disturbed by the utter basicness of some of the questions. i.e. People using a class method but asking a very basic question that is OBVIOUSLY detailed in MSDN. Or people asking such basic questions as 'what is a callback function.' I mean don't developers read and research anymore? I know we do.. it just bugs me when people just dump silly questions when they're too lazy to do even the most basic research on their own. Sorry, I just had to get this out of my hair.

          J Offline
          J Offline
          J Dunlap
          wrote on last edited by
          #4

          In these cases, point them to the MSDN pages themselves rather than giving them a direct answer, and maybe some of them will learn to start looking on MSDN first (those that aren't beyond hope, that is :sigh: ).

          "The real and lasting victories are those of peace, and not of war."
          -- Ralph Waldo Emerson

          J 1 Reply Last reply
          0
          • T Tim Kohler

            While I am certainly no match for several other programmers here, I do take pride in trying to research and find answers to my own issues before posting questions in forums. I typically buy books on new topics if the topics are big enough. At the bare minimum I spend time with the API documentation for any API I'm using. Just browsing some of the question forums, I'm disturbed by the utter basicness of some of the questions. i.e. People using a class method but asking a very basic question that is OBVIOUSLY detailed in MSDN. Or people asking such basic questions as 'what is a callback function.' I mean don't developers read and research anymore? I know we do.. it just bugs me when people just dump silly questions when they're too lazy to do even the most basic research on their own. Sorry, I just had to get this out of my hair.

            N Offline
            N Offline
            Navin
            wrote on last edited by
            #5

            To an extent I agree. In those cases I usually point somebody to MSDN, or to a CP article. Mike Dunn has a similar approach, often pointing people to CodeProject's C++ FAQ. Of course, there are a lot of cases where somebody doesn't need to boil the ocean, they only need one code snippet to get something done. For instance, one might need to perform COM to access some Windows shell functionality, perhaps they need to just do one simple thing but don't want (or need) to take the time to read a whole book on COM. Those types of questions, IMHO, may seem like n00b questions but it probably makes sense to ask that stuff in the forums. "Fish and guests stink in three days." - Benjamin Franlkin

            1 Reply Last reply
            0
            • T Tim Kohler

              While I am certainly no match for several other programmers here, I do take pride in trying to research and find answers to my own issues before posting questions in forums. I typically buy books on new topics if the topics are big enough. At the bare minimum I spend time with the API documentation for any API I'm using. Just browsing some of the question forums, I'm disturbed by the utter basicness of some of the questions. i.e. People using a class method but asking a very basic question that is OBVIOUSLY detailed in MSDN. Or people asking such basic questions as 'what is a callback function.' I mean don't developers read and research anymore? I know we do.. it just bugs me when people just dump silly questions when they're too lazy to do even the most basic research on their own. Sorry, I just had to get this out of my hair.

              E Offline
              E Offline
              eggie5
              wrote on last edited by
              #6

              The more questions you post the higher your CP rating goes. And basicness!?!? Good word, to bad it isn't. /\ |_ E X E GG

              1 Reply Last reply
              0
              • J J Dunlap

                In these cases, point them to the MSDN pages themselves rather than giving them a direct answer, and maybe some of them will learn to start looking on MSDN first (those that aren't beyond hope, that is :sigh: ).

                "The real and lasting victories are those of peace, and not of war."
                -- Ralph Waldo Emerson

                J Offline
                J Offline
                Jim Crafton
                wrote on last edited by
                #7

                True enough, but I think his larger complaint is how hard is it to just use google? Hell, google, IMHO, does a better job of searching MSDN for topics than MSDN's own search engine! ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

                A J S P 4 Replies Last reply
                0
                • T Tim Kohler

                  While I am certainly no match for several other programmers here, I do take pride in trying to research and find answers to my own issues before posting questions in forums. I typically buy books on new topics if the topics are big enough. At the bare minimum I spend time with the API documentation for any API I'm using. Just browsing some of the question forums, I'm disturbed by the utter basicness of some of the questions. i.e. People using a class method but asking a very basic question that is OBVIOUSLY detailed in MSDN. Or people asking such basic questions as 'what is a callback function.' I mean don't developers read and research anymore? I know we do.. it just bugs me when people just dump silly questions when they're too lazy to do even the most basic research on their own. Sorry, I just had to get this out of my hair.

                  A Offline
                  A Offline
                  Allen Anderson
                  wrote on last edited by
                  #8

                  It doesn't bother me that much when people ask these questions. As experts in our field we not only know the answers to these questions but we know where to find the answers. Someone just starting out might not trully understand the context of even where to begin understanding something. When I was first starting out, a lot of programmers were patient with me to help, so now I try to return that favor to beginners as well.

                  J P 2 Replies Last reply
                  0
                  • J Jim Crafton

                    True enough, but I think his larger complaint is how hard is it to just use google? Hell, google, IMHO, does a better job of searching MSDN for topics than MSDN's own search engine! ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

                    A Offline
                    A Offline
                    Allen Anderson
                    wrote on last edited by
                    #9

                    This is so true! I know I use google to search MSDN as do many other programmers here. MSDN search is almost completely useless for finding relevant information to a search query.

                    J 1 Reply Last reply
                    0
                    • A Allen Anderson

                      This is so true! I know I use google to search MSDN as do many other programmers here. MSDN search is almost completely useless for finding relevant information to a search query.

                      J Offline
                      J Offline
                      Jorgen Sigvardsson
                      wrote on last edited by
                      #10

                      I usually do an index search. Then I most often find something close to what I'm searching for. Once I've done that, I click "synch topics", and navigate from there. It works most of the time. Navigating through the topics hierarchy is just hopeless. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

                      1 Reply Last reply
                      0
                      • J Jim Crafton

                        True enough, but I think his larger complaint is how hard is it to just use google? Hell, google, IMHO, does a better job of searching MSDN for topics than MSDN's own search engine! ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

                        J Offline
                        J Offline
                        J Dunlap
                        wrote on last edited by
                        #11

                        google, IMHO, does a better job of searching MSDN for topics than MSDN's own search engine! Agreed. :)

                        "Worry not that no one knows of you; seek to be worth knowing." -- Confucius

                        1 Reply Last reply
                        0
                        • A Allen Anderson

                          It doesn't bother me that much when people ask these questions. As experts in our field we not only know the answers to these questions but we know where to find the answers. Someone just starting out might not trully understand the context of even where to begin understanding something. When I was first starting out, a lot of programmers were patient with me to help, so now I try to return that favor to beginners as well.

                          J Offline
                          J Offline
                          J Dunlap
                          wrote on last edited by
                          #12

                          That's why I say, if they ask questions that are answered in the docs, point them to the relevant articles/article sections - let them do the research, but tell them what to look for and where.

                          "The real and lasting victories are those of peace, and not of war."
                          -- Ralph Waldo Emerson

                          1 Reply Last reply
                          0
                          • J Jim Crafton

                            True enough, but I think his larger complaint is how hard is it to just use google? Hell, google, IMHO, does a better job of searching MSDN for topics than MSDN's own search engine! ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

                            S Offline
                            S Offline
                            Steven Hicks n 1
                            wrote on last edited by
                            #13

                            Google search: [search terms] site:msdn.microsoft.com -Steven Hicks

                            CPA

                            CodeProjectAddict

                            Actual Linux Penguins were harmed in the creation of this message.

                            More tutorials: Ltpb.8m.com: Tutorials |404Browser.com (Download Link)

                            1 Reply Last reply
                            0
                            • T Tim Kohler

                              While I am certainly no match for several other programmers here, I do take pride in trying to research and find answers to my own issues before posting questions in forums. I typically buy books on new topics if the topics are big enough. At the bare minimum I spend time with the API documentation for any API I'm using. Just browsing some of the question forums, I'm disturbed by the utter basicness of some of the questions. i.e. People using a class method but asking a very basic question that is OBVIOUSLY detailed in MSDN. Or people asking such basic questions as 'what is a callback function.' I mean don't developers read and research anymore? I know we do.. it just bugs me when people just dump silly questions when they're too lazy to do even the most basic research on their own. Sorry, I just had to get this out of my hair.

                              R Offline
                              R Offline
                              Rocky Moore
                              wrote on last edited by
                              #14

                              Personally, it does not bother me. If they ask the same question over and over after they have had an answer, that can be a pain. I guess the way I look at it is that time is valuable. If someone has been down a road and found the ways, it is quicker to hear what they found and all get to reap the benefits. Pointing people to books, articles or like many use to do back when MSDN was not free, they would point to references there and expect people to buy it instead of just giving the simple answer. I may be missing the point though. Seems like sharing is better than spending hours digging through documentation. Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com

                              T 1 Reply Last reply
                              0
                              • A Allen Anderson

                                It doesn't bother me that much when people ask these questions. As experts in our field we not only know the answers to these questions but we know where to find the answers. Someone just starting out might not trully understand the context of even where to begin understanding something. When I was first starting out, a lot of programmers were patient with me to help, so now I try to return that favor to beginners as well.

                                P Offline
                                P Offline
                                palbano
                                wrote on last edited by
                                #15

                                I agree. However it does seem to have changed down though the years. Before MSDN and Web explosion you had USENET. The level of beginner questions in the old USNET news groups, at least the C/C++ groups, was quite higher in general than what we see today. Also 8 years ago when i would interview candidates that had 12 years experience in software development they knew some stuff. In the past few years that is mostly not the case. We have had about 20 candidates who's resume lists them as 8 years to 15 years C++ experience that don't know what a constructor initialization list is among other basic things. Several of those people could not even write a simeple int class member variable declaration.

                                "No matter where you go, there your are." - Buckaroo Banzai

                                -pete

                                M 1 Reply Last reply
                                0
                                • P palbano

                                  I agree. However it does seem to have changed down though the years. Before MSDN and Web explosion you had USENET. The level of beginner questions in the old USNET news groups, at least the C/C++ groups, was quite higher in general than what we see today. Also 8 years ago when i would interview candidates that had 12 years experience in software development they knew some stuff. In the past few years that is mostly not the case. We have had about 20 candidates who's resume lists them as 8 years to 15 years C++ experience that don't know what a constructor initialization list is among other basic things. Several of those people could not even write a simeple int class member variable declaration.

                                  "No matter where you go, there your are." - Buckaroo Banzai

                                  -pete

                                  M Offline
                                  M Offline
                                  Michael P Butler
                                  wrote on last edited by
                                  #16

                                  palbano wrote: Also 8 years ago when i would interview candidates that had 12 years experience in software development they knew some stuff. In the past few years that is mostly not the case. We have had about 20 candidates who's resume lists them as 8 years to 15 years C++ experience that don't know what a constructor initialization list is among other basic things. Several of those people could not even write a simeple int class member variable declaration. With the increased use of wizards and code generators. It is possible to write a C++ Windows app, without having to know much about the language at all. MFC being the worst culprit, where it is possible to generate a reasonable application with only limited C++ knowledge. In the old days we had to write every line of code ourselves. You learnt the language because it was the only way to produce decent applications. Now I can create a class without knowing what a constructor or destructor is. Classwizard generates the class (say CDialog derived) and all I need to know is that I have to call DoModal() to show it. Some people call that C++ experience, it all depends on your point of view. :-D Michael CP Blog [^]

                                  1 Reply Last reply
                                  0
                                  • J Jim Crafton

                                    True enough, but I think his larger complaint is how hard is it to just use google? Hell, google, IMHO, does a better job of searching MSDN for topics than MSDN's own search engine! ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

                                    P Offline
                                    P Offline
                                    peterchen
                                    wrote on last edited by
                                    #17

                                    esp. if you add "site:msdn.microsoft.com" :cool:


                                    we are here to help each other get through this thing, whatever it is Vonnegut jr.
                                    sighist || Agile Programming | doxygen

                                    1 Reply Last reply
                                    0
                                    • R Rocky Moore

                                      Personally, it does not bother me. If they ask the same question over and over after they have had an answer, that can be a pain. I guess the way I look at it is that time is valuable. If someone has been down a road and found the ways, it is quicker to hear what they found and all get to reap the benefits. Pointing people to books, articles or like many use to do back when MSDN was not free, they would point to references there and expect people to buy it instead of just giving the simple answer. I may be missing the point though. Seems like sharing is better than spending hours digging through documentation. Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com

                                      T Offline
                                      T Offline
                                      Tim Kohler
                                      wrote on last edited by
                                      #18

                                      It is much better to share than dig through documentation. I'm not suggesting otherwise. I just think people would take enough pride in their craft to WANT a basic understanding before trying to start creating an app or something. I mean you can only go so far pasting together articles and samples from the internet. At some point a developer has to know what they're doing or the software will be totally crap. And, without reading a few intro books or atleast reading about the class or function you're trying to use in the docs, you can't know what you're doing. IMHO that is.

                                      R 1 Reply Last reply
                                      0
                                      • T Tim Kohler

                                        It is much better to share than dig through documentation. I'm not suggesting otherwise. I just think people would take enough pride in their craft to WANT a basic understanding before trying to start creating an app or something. I mean you can only go so far pasting together articles and samples from the internet. At some point a developer has to know what they're doing or the software will be totally crap. And, without reading a few intro books or atleast reading about the class or function you're trying to use in the docs, you can't know what you're doing. IMHO that is.

                                        R Offline
                                        R Offline
                                        Rocky Moore
                                        wrote on last edited by
                                        #19

                                        Yeah, I have noticed some that do not appear to know anything about programming but seem to have stumbled into a job as one... The post initially sent fears of the earily days when most messages in forums where telling people to see MSDN or books that you would have to buy. When you were trying to research something on the net and all you got were referrences to written materal (or MSDN) that you could not access without purchasing them, it made a lot of the forums virtually useless. Of course that was a number of years ago :) There is a lot of information online nowadays! Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com

                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        • Login

                                        • Don't have an account? Register

                                        • Login or register to search.
                                        • First post
                                          Last post
                                        0
                                        • Categories
                                        • Recent
                                        • Tags
                                        • Popular
                                        • World
                                        • Users
                                        • Groups