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. Where is the site for the REAL pro's ?

Where is the site for the REAL pro's ?

Scheduled Pinned Locked Moved The Lounge
c++questionannouncement
27 Posts 18 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.
  • M Michael P Butler

    Jeremy Falcon wrote: Then share some and quit bitching! You know, I really wanted to say that too - sadly I'm too much of a diplomat :-D Michael Programming is great. First they pay you to introduce bugs into software. Then they pay you to remove them again.

    C Offline
    C Offline
    Christopher Duncan
    wrote on last edited by
    #18

    Michael P Butler wrote: You know, I really wanted to say that too - sadly I'm too much of a diplomat That's why we have Jeremy. :-) And where's our damned Outlaw Programmer when he's needed, anyway? Should Jeremy have to do all the heavy lifting here? :-D Chistopher Duncan Author - The Career Programmer: Guerilla Tactics for an Imperfect World (Apress)

    1 Reply Last reply
    0
    • P peterchen

      What would a "industrial strength" solution be? What are you looking for? Don't expect a free(beer) industrial strength charting control for the windows platform. Anybody doing that would a) be a ingenious moron, and b) effectively kill some jobs. Daniel Schmid wrote: the sometimes heavy workarounds to solve the problems Microsoft didn't in MFC Don't use it, MFC sucks anyway ;) Especially for MFC is quite some good stuff to be found here (ok, CodeJock is gone...) Daniel Schmid wrote: I don't say that this site contains low level articles I would say that ;P but level is subjective, and not even I live up to my own expectations...


      One day I might find it quite amusing how touching tongues make life so confusing  Anne Clark again   [sighist]

      L Offline
      L Offline
      Loren Brewer
      wrote on last edited by
      #19

      peterchen wrote: Especially for MFC is quite some good stuff to be found here (ok, CodeJock is gone...) What do you mean by "CodeJock is gone..."? -- Loren Brewer

      P 1 Reply Last reply
      0
      • N Nish Nishant

        Advanced articles are not really required. New coders need and benefit from intro and intermediate level articles. And once they go past the intermediate stage they really don't need the articles on advanced stuff. They are good enough to figure out stuff for themselves. Newbie stuff can be and should be spoon-fed as it saves time. But you can't be a guru by reading articles. You have to cut down your own tree, so to speak. Moreover advanced coders get paid for advanced stuff. And if people started posting advanced stuff free, then the coders wouldn't get paid. So that'd be a bad thing for all of us ;-) Get my point? Nish


        Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

        C Offline
        C Offline
        Chris Losinger
        wrote on last edited by
        #20

        Nishant S wrote: They are good enough to figure out stuff for themselves was thinking the same thing. Nishant S wrote: And if people started posting advanced stuff free, then the coders wouldn't get paid just curious, can you define "advanced" ? -c


        Democracy is the worst form of government except all those other forms that have been tried from time to time. -- Winston Churchill

        image effects!

        N 1 Reply Last reply
        0
        • C Chris Losinger

          peterchen wrote: what use is freedom if everybody can make use of it? Mr President, is that you? -c


          Democracy is the worst form of government except all those other forms that have been tried from time to time. -- Winston Churchill

          image effects!

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

          hahaha :) i like that. but i think GW would say something more like: "what usages is freedomness if everybodys can use it?" evilpen dot net::msn messenger:negacao@hotmail.com

          T 1 Reply Last reply
          0
          • L Lost User

            hahaha :) i like that. but i think GW would say something more like: "what usages is freedomness if everybodys can use it?" evilpen dot net::msn messenger:negacao@hotmail.com

            T Offline
            T Offline
            thowra
            wrote on last edited by
            #22

            Kristopher wrote: but i think GW would say something more like: "what usages is freedomness if everybodys can use it?" The final proof then - George Dubya is actually Jar Jar Binks! :D "The folly of man is that he dreams of what he can never achieve rather than dream of what he can."

            1 Reply Last reply
            0
            • C Chris Losinger

              Nishant S wrote: They are good enough to figure out stuff for themselves was thinking the same thing. Nishant S wrote: And if people started posting advanced stuff free, then the coders wouldn't get paid just curious, can you define "advanced" ? -c


              Democracy is the worst form of government except all those other forms that have been tried from time to time. -- Winston Churchill

              image effects!

              N Offline
              N Offline
              Nish Nishant
              wrote on last edited by
              #23

              Chris Losinger wrote: just curious, can you define "advanced" ? I used the word "advanced" only because the original poster had used it. I myself would have used the phrase "more complex". By complex I mean complexity in design. Having to do a LOT. That's when things start going wrong. A multi threaded prog with 2 threads - simple, huh? You or I or several others here would do it in 10 mins. Now consider a multi threaded prog with 10 threads each doing different stuff, using different technologies like COM, Winsock, RAS, whatever and syncing data between them etc... that would prolly be complex *compared* to the first mentioned app. Of course when you cut it down to little modules, each of them would qualify as a simple thing really. But put together they make a complex unit I'd say. What makes an OS complex? Or a compiler? Taken as units they are simple and taken as individual instructions, even a newbie understand each line. But put them together and together and together, and as the complexity increases the more confusing and awesome it appears to be. Get me? Nish


              Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

              C 1 Reply Last reply
              0
              • N Nish Nishant

                Chris Losinger wrote: just curious, can you define "advanced" ? I used the word "advanced" only because the original poster had used it. I myself would have used the phrase "more complex". By complex I mean complexity in design. Having to do a LOT. That's when things start going wrong. A multi threaded prog with 2 threads - simple, huh? You or I or several others here would do it in 10 mins. Now consider a multi threaded prog with 10 threads each doing different stuff, using different technologies like COM, Winsock, RAS, whatever and syncing data between them etc... that would prolly be complex *compared* to the first mentioned app. Of course when you cut it down to little modules, each of them would qualify as a simple thing really. But put together they make a complex unit I'd say. What makes an OS complex? Or a compiler? Taken as units they are simple and taken as individual instructions, even a newbie understand each line. But put them together and together and together, and as the complexity increases the more confusing and awesome it appears to be. Get me? Nish


                Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                C Offline
                C Offline
                Chris Losinger
                wrote on last edited by
                #24

                Nishant S wrote: Get me? gotcha. was wondering where you drew the line. IMO, there are a few articles here that cross the line from merely useful to complex yet useful. -c


                Democracy is the worst form of government except all those other forms that have been tried from time to time. -- Winston Churchill

                image effects!

                1 Reply Last reply
                0
                • L Loren Brewer

                  peterchen wrote: Especially for MFC is quite some good stuff to be found here (ok, CodeJock is gone...) What do you mean by "CodeJock is gone..."? -- Loren Brewer

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

                  it once was beer-free avail here (or am I thinking of another library? :confused:)


                  One day I might find it quite amusing how touching tongues make life so confusing  Anne Clark again   [sighist]

                  1 Reply Last reply
                  0
                  • L Lost User

                    I kind of have the impression that Codeproject (aswell as CodeGuru) and such sites covers only lots of the basic programming stuff, tons of mfc tutorials for dummies, 1001 version to derive your own class from CListCtrl a.s.o, ... but when I'm looking for industrial programming solutions that deal with the real problems of windows programming the sometimes heavy workarounds to solve the problems Microsoft didn't in MFC :(, then it's hard to find some good articles here. I don't say that this site contains low level articles, actually I surf a lot on this site and found already good solutions :rose: that I use in my applications, but it's not enough. Where is the site with the real deal profound articles that dive deep and where pro's share there precious know-how?

                    N Offline
                    N Offline
                    Neville Franks
                    wrote on last edited by
                    #26

                    There are some interesting articles at http://www.kuro5hin.org/section/tech[^] Wade back through the list of articles. "The C++ Programmer's Bag of Tricks" "Another Argument For Choosing Composition Over Inheritance In Object Oriented Programming" There are lots of interesting articles and white papers around on "serious" stuff. You just need to spend more time looking.;) Neville Franks, Author of ED for Windows. www.getsoft.com

                    1 Reply Last reply
                    0
                    • L Lost User

                      I kind of have the impression that Codeproject (aswell as CodeGuru) and such sites covers only lots of the basic programming stuff, tons of mfc tutorials for dummies, 1001 version to derive your own class from CListCtrl a.s.o, ... but when I'm looking for industrial programming solutions that deal with the real problems of windows programming the sometimes heavy workarounds to solve the problems Microsoft didn't in MFC :(, then it's hard to find some good articles here. I don't say that this site contains low level articles, actually I surf a lot on this site and found already good solutions :rose: that I use in my applications, but it's not enough. Where is the site with the real deal profound articles that dive deep and where pro's share there precious know-how?

                      S Offline
                      S Offline
                      Stephane Rodriguez
                      wrote on last edited by
                      #27

                      Plenty of shit I hear :(( 95% of the people loggin on CP don't bother articles. I am part of the remaining 5% who spend time reading an article to follow the construction, and effective demonstration of what is announced in the title. What people want is straight solutions to their very problem, in full context. That's why the message boards is here to stay, and people like Nieztsche:cool:, Sowinski:cool:, Watson:cool:, Dunn:cool:, Losinger:cool:, ... are making it !! Never forget that the search engine sucks. Search "SaveAs" for instance, you would expect you get a result for custom SaveAs dialog and stuff like that. Well instead you get 100 random articles. Quite honestly, I don't get it. I can't see how on earch CP people managed to have the worst search eng on earth (or at least equally competes with MSDN search :((:((:(().


                      And I swallow a small raisin.

                      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