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. Time to vent

Time to vent

Scheduled Pinned Locked Moved The Lounge
c++questiondata-structureshelptutorial
36 Posts 23 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.
  • P PIEBALDconsult

    Joe Woodbury wrote:

    someone always seem

    You appear to have missed an s.

    J Offline
    J Offline
    Joe Woodbury
    wrote on last edited by
    #4

    Or perhaps I meant "someone always has seams"

    P 1 Reply Last reply
    0
    • J Joe Woodbury

      Or perhaps I meant "someone always has seams"

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #5

      Nah, I'm unseamly.

      1 Reply Last reply
      0
      • J Joe Woodbury

        Why is it that when a developer posts a question or comment on some forum (here, but especially elsewhere) and uses a deliberately trivial example to illustrate a point, there seems to always be at least one commenter who ignores the question/answer and deconstructs the trivial code? Sometimes at great length. Unfortunately the thread often ends up being about this criticism, not the original question. In a related vein, when someone has a specific question about a library, someone always seem to suggest an alternate library. I prefer STL over most of MFC, but if someone asks about, say, MFC CString, it's quite annoying to see someone harping that "you should be using std::string." (It's all the more annoying when the snide comment doesn't actually solve the problem at all since the feature isn't supported in the alternate suggestion. the worse are those who say "use boost" for everything, when they have no understanding of the petitioners constraints and/or there are superior alternate solutions.) EDIT: I vented now because someone on a different forum just did this to me, however it's very aggravating to google a problem, click on what you think is an answer only to find it a long irrelevant discussion with the original question still unanswered (I'm looking mainly at you, stack overflow.)

        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #6

        On a serious note... I think it's great that in Q/A here on CP we can (though getting people to do it is another matter) segregate these concerns (as Comments) from actual helpful answers.

        M 1 Reply Last reply
        0
        • P PIEBALDconsult

          On a serious note... I think it's great that in Q/A here on CP we can (though getting people to do it is another matter) segregate these concerns (as Comments) from actual helpful answers.

          M Offline
          M Offline
          Manfred Rudolf Bihy
          wrote on last edited by
          #7

          PIEBALDconsult wrote:

          segregate these concerns (as Comments) from actual helpful answers

          Please see my solution and you'll see that everything else is irrelevant. ;P

          "I had the right to remain silent, but I didn't have the ability!"

          Ron White, Comedian

          1 Reply Last reply
          0
          • J Joe Woodbury

            Why is it that when a developer posts a question or comment on some forum (here, but especially elsewhere) and uses a deliberately trivial example to illustrate a point, there seems to always be at least one commenter who ignores the question/answer and deconstructs the trivial code? Sometimes at great length. Unfortunately the thread often ends up being about this criticism, not the original question. In a related vein, when someone has a specific question about a library, someone always seem to suggest an alternate library. I prefer STL over most of MFC, but if someone asks about, say, MFC CString, it's quite annoying to see someone harping that "you should be using std::string." (It's all the more annoying when the snide comment doesn't actually solve the problem at all since the feature isn't supported in the alternate suggestion. the worse are those who say "use boost" for everything, when they have no understanding of the petitioners constraints and/or there are superior alternate solutions.) EDIT: I vented now because someone on a different forum just did this to me, however it's very aggravating to google a problem, click on what you think is an answer only to find it a long irrelevant discussion with the original question still unanswered (I'm looking mainly at you, stack overflow.)

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #8

            Have you considered writing this post in French?

            J 1 Reply Last reply
            0
            • J Joe Woodbury

              Why is it that when a developer posts a question or comment on some forum (here, but especially elsewhere) and uses a deliberately trivial example to illustrate a point, there seems to always be at least one commenter who ignores the question/answer and deconstructs the trivial code? Sometimes at great length. Unfortunately the thread often ends up being about this criticism, not the original question. In a related vein, when someone has a specific question about a library, someone always seem to suggest an alternate library. I prefer STL over most of MFC, but if someone asks about, say, MFC CString, it's quite annoying to see someone harping that "you should be using std::string." (It's all the more annoying when the snide comment doesn't actually solve the problem at all since the feature isn't supported in the alternate suggestion. the worse are those who say "use boost" for everything, when they have no understanding of the petitioners constraints and/or there are superior alternate solutions.) EDIT: I vented now because someone on a different forum just did this to me, however it's very aggravating to google a problem, click on what you think is an answer only to find it a long irrelevant discussion with the original question still unanswered (I'm looking mainly at you, stack overflow.)

              B Offline
              B Offline
              BillWoodruff
              wrote on last edited by
              #9

              Fine, I hear your vent, and my ears are still okay, and true 'tis that suffering shared may be suffering diluted; but, if you are venting re StackOverFlow, why not post your thoughts on their 'Meta forum ? cheers, Bill

              «I want to stay as close to the edge as I can without going over. Out on the edge you see all kinds of things you can't see from the center» Kurt Vonnegut.

              1 Reply Last reply
              0
              • J Joe Woodbury

                Why is it that when a developer posts a question or comment on some forum (here, but especially elsewhere) and uses a deliberately trivial example to illustrate a point, there seems to always be at least one commenter who ignores the question/answer and deconstructs the trivial code? Sometimes at great length. Unfortunately the thread often ends up being about this criticism, not the original question. In a related vein, when someone has a specific question about a library, someone always seem to suggest an alternate library. I prefer STL over most of MFC, but if someone asks about, say, MFC CString, it's quite annoying to see someone harping that "you should be using std::string." (It's all the more annoying when the snide comment doesn't actually solve the problem at all since the feature isn't supported in the alternate suggestion. the worse are those who say "use boost" for everything, when they have no understanding of the petitioners constraints and/or there are superior alternate solutions.) EDIT: I vented now because someone on a different forum just did this to me, however it's very aggravating to google a problem, click on what you think is an answer only to find it a long irrelevant discussion with the original question still unanswered (I'm looking mainly at you, stack overflow.)

                D Offline
                D Offline
                David Crow
                wrote on last edited by
                #10

                Joe Woodbury wrote:

                Unfortunately the thread often ends up being about <XYZ>, not the original question.

                Unfortunately, that's human nature.

                "One man's wage rise is another man's price increase." - Harold Wilson

                "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

                P T 2 Replies Last reply
                0
                • Richard DeemingR Richard Deeming

                  Obligatory XKCD[^]. :)


                  "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                  W Offline
                  W Offline
                  Weylyn Cadwell
                  wrote on last edited by
                  #11

                  Never fails, there is always one.

                  T 1 Reply Last reply
                  0
                  • D David Crow

                    Joe Woodbury wrote:

                    Unfortunately the thread often ends up being about <XYZ>, not the original question.

                    Unfortunately, that's human nature.

                    "One man's wage rise is another man's price increase." - Harold Wilson

                    "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                    "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

                    P Offline
                    P Offline
                    PIEBALDconsult
                    wrote on last edited by
                    #12

                    Oh, I thought you said "human manure".

                    P 1 Reply Last reply
                    0
                    • P PIEBALDconsult

                      Oh, I thought you said "human manure".

                      P Offline
                      P Offline
                      Pete OHanlon
                      wrote on last edited by
                      #13

                      Po-tay-to po-tah-to.

                      1 Reply Last reply
                      0
                      • W Weylyn Cadwell

                        Never fails, there is always one.

                        T Offline
                        T Offline
                        TheGreatAndPowerfulOz
                        wrote on last edited by
                        #14

                        There can be Only One!

                        Decrease the belief in God, and you increase the numbers of those who wish to play at being God by being “society’s supervisors,” who deny the existence of divine standards, but are very serious about imposing their own standards on society.-Neal A. Maxwell You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

                        W 1 Reply Last reply
                        0
                        • D David Crow

                          Joe Woodbury wrote:

                          Unfortunately the thread often ends up being about <XYZ>, not the original question.

                          Unfortunately, that's human nature.

                          "One man's wage rise is another man's price increase." - Harold Wilson

                          "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                          "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

                          T Offline
                          T Offline
                          TheGreatAndPowerfulOz
                          wrote on last edited by
                          #15

                          DavidCrow wrote:

                          "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

                          :thumbsup::thumbsup:

                          Decrease the belief in God, and you increase the numbers of those who wish to play at being God by being “society’s supervisors,” who deny the existence of divine standards, but are very serious about imposing their own standards on society.-Neal A. Maxwell You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

                          1 Reply Last reply
                          0
                          • L Lost User

                            Have you considered writing this post in French?

                            J Offline
                            J Offline
                            Joe Woodbury
                            wrote on last edited by
                            #16

                            Comment se fait-il que quand un développeur poste une question ou un commentaire sur certains forum (ici mais surtout ailleurs) et utilise un exemple délibérément trivial pour illustrer un point, il semble toujours au moins un intervenant qui ne tient pas compte de la question/réponse et déconstruit le code trivial ? Parfois longuement. Malheureusement le fil finit souvent être sur cette critique, pas à la question initiale. Dans une veine connexe, quand quelqu'un a une question précise sur une bibliothèque, une personne toujours semblent suggérer une bibliothèque de remplacement. Je préfère la STL dans la majeure partie des MFC, mais si quelqu'un pose des questions sur, dire, CString MFC, c'est assez gênant de voir quelqu'un rabâcher que "you doit utiliser std::string. " (c'est ennuyeux surtout quand le commentaire sarcastique ne résout en fait tout le problème étant donné que la fonctionnalité n'est pas prise en charge dans la suggestion remplaçant. le pire est ceux qui disent "use boost"pour tout quand ils n'ont aucune compréhension des contraintes pétitionnaires ou il y a des solutions de rechange supérieures.) EDIT : J'ai purgé maintenant parce que quelqu'un sur un autre forum cela ne me, mais il est très aggravant à google un problème, cliquez sur ce que vous pensez, c'est une réponse seulement à trouver un débat long sans rapport avec la question initiale toujours sans réponse (je cherche principalement à vous, débordement de pile). (Google translate.)

                            L 1 Reply Last reply
                            0
                            • J Joe Woodbury

                              Comment se fait-il que quand un développeur poste une question ou un commentaire sur certains forum (ici mais surtout ailleurs) et utilise un exemple délibérément trivial pour illustrer un point, il semble toujours au moins un intervenant qui ne tient pas compte de la question/réponse et déconstruit le code trivial ? Parfois longuement. Malheureusement le fil finit souvent être sur cette critique, pas à la question initiale. Dans une veine connexe, quand quelqu'un a une question précise sur une bibliothèque, une personne toujours semblent suggérer une bibliothèque de remplacement. Je préfère la STL dans la majeure partie des MFC, mais si quelqu'un pose des questions sur, dire, CString MFC, c'est assez gênant de voir quelqu'un rabâcher que "you doit utiliser std::string. " (c'est ennuyeux surtout quand le commentaire sarcastique ne résout en fait tout le problème étant donné que la fonctionnalité n'est pas prise en charge dans la suggestion remplaçant. le pire est ceux qui disent "use boost"pour tout quand ils n'ont aucune compréhension des contraintes pétitionnaires ou il y a des solutions de rechange supérieures.) EDIT : J'ai purgé maintenant parce que quelqu'un sur un autre forum cela ne me, mais il est très aggravant à google un problème, cliquez sur ce que vous pensez, c'est une réponse seulement à trouver un débat long sans rapport avec la question initiale toujours sans réponse (je cherche principalement à vous, débordement de pile). (Google translate.)

                              L Offline
                              L Offline
                              Lost User
                              wrote on last edited by
                              #17

                              I was just being a smartass Joe :-)

                              J 1 Reply Last reply
                              0
                              • L Lost User

                                I was just being a smartass Joe :-)

                                J Offline
                                J Offline
                                Joe Woodbury
                                wrote on last edited by
                                #18

                                So was I. :laugh:

                                1 Reply Last reply
                                0
                                • J Joe Woodbury

                                  Why is it that when a developer posts a question or comment on some forum (here, but especially elsewhere) and uses a deliberately trivial example to illustrate a point, there seems to always be at least one commenter who ignores the question/answer and deconstructs the trivial code? Sometimes at great length. Unfortunately the thread often ends up being about this criticism, not the original question. In a related vein, when someone has a specific question about a library, someone always seem to suggest an alternate library. I prefer STL over most of MFC, but if someone asks about, say, MFC CString, it's quite annoying to see someone harping that "you should be using std::string." (It's all the more annoying when the snide comment doesn't actually solve the problem at all since the feature isn't supported in the alternate suggestion. the worse are those who say "use boost" for everything, when they have no understanding of the petitioners constraints and/or there are superior alternate solutions.) EDIT: I vented now because someone on a different forum just did this to me, however it's very aggravating to google a problem, click on what you think is an answer only to find it a long irrelevant discussion with the original question still unanswered (I'm looking mainly at you, stack overflow.)

                                  C Offline
                                  C Offline
                                  CPallini
                                  wrote on last edited by
                                  #19

                                  :thumbsup: I agree with you.

                                  1 Reply Last reply
                                  0
                                  • J Joe Woodbury

                                    Why is it that when a developer posts a question or comment on some forum (here, but especially elsewhere) and uses a deliberately trivial example to illustrate a point, there seems to always be at least one commenter who ignores the question/answer and deconstructs the trivial code? Sometimes at great length. Unfortunately the thread often ends up being about this criticism, not the original question. In a related vein, when someone has a specific question about a library, someone always seem to suggest an alternate library. I prefer STL over most of MFC, but if someone asks about, say, MFC CString, it's quite annoying to see someone harping that "you should be using std::string." (It's all the more annoying when the snide comment doesn't actually solve the problem at all since the feature isn't supported in the alternate suggestion. the worse are those who say "use boost" for everything, when they have no understanding of the petitioners constraints and/or there are superior alternate solutions.) EDIT: I vented now because someone on a different forum just did this to me, however it's very aggravating to google a problem, click on what you think is an answer only to find it a long irrelevant discussion with the original question still unanswered (I'm looking mainly at you, stack overflow.)

                                    S Offline
                                    S Offline
                                    Slacker007
                                    wrote on last edited by
                                    #20

                                    It is of my opinion and experience that Geeks/Nerds...IT/Software people are some of the most critical people in the world, not just my world. I am guilty of this crime as well.

                                    Joe Woodbury wrote:

                                    Unfortunately the thread often ends up being about this criticism

                                    case in point... :sigh:

                                    D V 2 Replies Last reply
                                    0
                                    • J Joe Woodbury

                                      Why is it that when a developer posts a question or comment on some forum (here, but especially elsewhere) and uses a deliberately trivial example to illustrate a point, there seems to always be at least one commenter who ignores the question/answer and deconstructs the trivial code? Sometimes at great length. Unfortunately the thread often ends up being about this criticism, not the original question. In a related vein, when someone has a specific question about a library, someone always seem to suggest an alternate library. I prefer STL over most of MFC, but if someone asks about, say, MFC CString, it's quite annoying to see someone harping that "you should be using std::string." (It's all the more annoying when the snide comment doesn't actually solve the problem at all since the feature isn't supported in the alternate suggestion. the worse are those who say "use boost" for everything, when they have no understanding of the petitioners constraints and/or there are superior alternate solutions.) EDIT: I vented now because someone on a different forum just did this to me, however it's very aggravating to google a problem, click on what you think is an answer only to find it a long irrelevant discussion with the original question still unanswered (I'm looking mainly at you, stack overflow.)

                                      9 Offline
                                      9 Offline
                                      9082365
                                      wrote on last edited by
                                      #21

                                      Why? Because I we they can!

                                      1 Reply Last reply
                                      0
                                      • S Slacker007

                                        It is of my opinion and experience that Geeks/Nerds...IT/Software people are some of the most critical people in the world, not just my world. I am guilty of this crime as well.

                                        Joe Woodbury wrote:

                                        Unfortunately the thread often ends up being about this criticism

                                        case in point... :sigh:

                                        D Offline
                                        D Offline
                                        Dar Brett 0
                                        wrote on last edited by
                                        #22

                                        The worst part is that most of them are wrong. I've only met a few people who were right, and agreed with me before I educated them.

                                        throw new NullReferenceException(null);

                                        S 1 Reply Last reply
                                        0
                                        • D Dar Brett 0

                                          The worst part is that most of them are wrong. I've only met a few people who were right, and agreed with me before I educated them.

                                          throw new NullReferenceException(null);

                                          S Offline
                                          S Offline
                                          Slacker007
                                          wrote on last edited by
                                          #23

                                          Dar Brett wrote:

                                          before I educated them

                                          Are you really educating them? Most "things" are not right or wrong, but an opinion of what is the correct way or wrong way. Some of these opinions are widely accepted, thus "turning" into fact, which of course, is not true. I am of the opinion that if you are on a magical quest to educate people in your way of thinking, that you are on a quest of epic proportions where the treasure to be found is failure. In summary, "who cares". ;)

                                          D 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