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. How do you Strengthen Your Knowledge?

How do you Strengthen Your Knowledge?

Scheduled Pinned Locked Moved The Lounge
c++phpcomquestiondiscussion
26 Posts 17 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.
  • S Sarath C

    How you are used to increase your knowledge? Online articles, books, magazines, periodicals or the latest trend blogs? I used to read the some technical blogs related to C++ and MFC. I used to read books but I don’t have the collection of the books which describes on the latest technologies. Still my old books are worth reading like effective C++ and code complete. I’m a regular reader of MSDN Magazine ( online ) and msdn itself. I also used to read Dr.Dobb’s Journals. The great wikipedia also helps me alot

    -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

    My blog - Sharing My Thoughts, An Article - Understanding Statepattern

    A Offline
    A Offline
    AbhishekBK
    wrote on last edited by
    #16

    Generally I don’t read more than I need to do the job at hand. If I ever have time, I just go about reading whatever interests me. Not necessarily to do anything with programming. :)

    Abhishek It is impossible to change your past. But it is very possible to ruin your present by worring about the future. -Chankya

    1 Reply Last reply
    0
    • S Sarath C

      How you are used to increase your knowledge? Online articles, books, magazines, periodicals or the latest trend blogs? I used to read the some technical blogs related to C++ and MFC. I used to read books but I don’t have the collection of the books which describes on the latest technologies. Still my old books are worth reading like effective C++ and code complete. I’m a regular reader of MSDN Magazine ( online ) and msdn itself. I also used to read Dr.Dobb’s Journals. The great wikipedia also helps me alot

      -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

      My blog - Sharing My Thoughts, An Article - Understanding Statepattern

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #17

      I buy a lot of books, I typically read something tech in bed at night, and if I am travelling ( although this trip I am more working on the notebook during flights )

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

      M 1 Reply Last reply
      0
      • S Sarath C

        How you are used to increase your knowledge? Online articles, books, magazines, periodicals or the latest trend blogs? I used to read the some technical blogs related to C++ and MFC. I used to read books but I don’t have the collection of the books which describes on the latest technologies. Still my old books are worth reading like effective C++ and code complete. I’m a regular reader of MSDN Magazine ( online ) and msdn itself. I also used to read Dr.Dobb’s Journals. The great wikipedia also helps me alot

        -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

        My blog - Sharing My Thoughts, An Article - Understanding Statepattern

        V Offline
        V Offline
        V 0
        wrote on last edited by
        #18

        telekineses

        V. If I don't see you in this world, I'll see you in the next one... And don't be late. (Jimi Hendrix)

        1 Reply Last reply
        0
        • S Sarath C

          How you are used to increase your knowledge? Online articles, books, magazines, periodicals or the latest trend blogs? I used to read the some technical blogs related to C++ and MFC. I used to read books but I don’t have the collection of the books which describes on the latest technologies. Still my old books are worth reading like effective C++ and code complete. I’m a regular reader of MSDN Magazine ( online ) and msdn itself. I also used to read Dr.Dobb’s Journals. The great wikipedia also helps me alot

          -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

          My blog - Sharing My Thoughts, An Article - Understanding Statepattern

          M Offline
          M Offline
          Marc Clifton
          wrote on last edited by
          #19

          Sarath. wrote:

          How you are used to increase your knowledge?

          For programming, by doing. Reading just doesn't cut it for me. I have to put stuff into practice to really know it. Other stuff, well, I basically just read Science News and take it from there when something is interesting. And quite frankly, I learn a lot of stuff just visiting the lounge every day! Marc

          Thyme In The Country

          People are just notoriously impossible. --DavidCrow
          There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
          People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

          S 1 Reply Last reply
          0
          • S Sarath C

            How you are used to increase your knowledge? Online articles, books, magazines, periodicals or the latest trend blogs? I used to read the some technical blogs related to C++ and MFC. I used to read books but I don’t have the collection of the books which describes on the latest technologies. Still my old books are worth reading like effective C++ and code complete. I’m a regular reader of MSDN Magazine ( online ) and msdn itself. I also used to read Dr.Dobb’s Journals. The great wikipedia also helps me alot

            -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

            My blog - Sharing My Thoughts, An Article - Understanding Statepattern

            V Offline
            V Offline
            vonb
            wrote on last edited by
            #20

            Usually I use CP and MSDN, sometimes CodeGuru. Books? Have many at home, but not computer related, most for relaxing (lord of the rings, etc..):laugh:

            1 Reply Last reply
            0
            • S Sarath C

              How you are used to increase your knowledge? Online articles, books, magazines, periodicals or the latest trend blogs? I used to read the some technical blogs related to C++ and MFC. I used to read books but I don’t have the collection of the books which describes on the latest technologies. Still my old books are worth reading like effective C++ and code complete. I’m a regular reader of MSDN Magazine ( online ) and msdn itself. I also used to read Dr.Dobb’s Journals. The great wikipedia also helps me alot

              -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

              My blog - Sharing My Thoughts, An Article - Understanding Statepattern

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

              While you can pick up a lot from reading (articles, books, blogs, whatever), it won't really stick until you put it into practice. One of the big problems that I have found is that there is a lot of stuff out there that is not particularly good. It seems that, nowadays, any idiot can post simplistic solutions to simplistic problems. I've found that the best way to learn is to read about something, and then try to do it using realistic examples. I remember the old Wrox press books that used to have a form with a big button in the middle that said "Click Me". Where is the real world use for that? How does this teach me to make an application that is usable? - Sorry rant over... Anyhoo - read it, then try it. Be prepared to do the same thing in six or seven different ways as you find better ways to do it. OT - but have you noticed how many people in the lounge read a lot of science texts? It seems that you can't have an interest in computing without being a bit of a science geek:-D

              Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.

              1 Reply Last reply
              0
              • M Marc Clifton

                Sarath. wrote:

                How you are used to increase your knowledge?

                For programming, by doing. Reading just doesn't cut it for me. I have to put stuff into practice to really know it. Other stuff, well, I basically just read Science News and take it from there when something is interesting. And quite frankly, I learn a lot of stuff just visiting the lounge every day! Marc

                Thyme In The Country

                People are just notoriously impossible. --DavidCrow
                There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                S Offline
                S Offline
                Sarath C
                wrote on last edited by
                #22

                Marc Clifton wrote:

                And quite frankly, I learn a lot of stuff just visiting the lounge every day!

                It's really worth in participating some technical and non-technical communities. technical communities worth for technical learning of new things or it can fill the gap in our knowledge while non-technical communities are really giving many inputs for our day-to-day life. It's really a combination of cultures, style, expression which we can choose in between. Even I used to read you posts which always increasing my vocabulary.

                -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

                My blog - Sharing My Thoughts, An Article - Understanding Statepattern

                M 1 Reply Last reply
                0
                • S Sarath C

                  Marc Clifton wrote:

                  And quite frankly, I learn a lot of stuff just visiting the lounge every day!

                  It's really worth in participating some technical and non-technical communities. technical communities worth for technical learning of new things or it can fill the gap in our knowledge while non-technical communities are really giving many inputs for our day-to-day life. It's really a combination of cultures, style, expression which we can choose in between. Even I used to read you posts which always increasing my vocabulary.

                  -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

                  My blog - Sharing My Thoughts, An Article - Understanding Statepattern

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #23

                  Sarath. wrote:

                  Even I used to read you posts

                  Used to? But not anymore?!?!? :(( ;P

                  Sarath. wrote:

                  It's really worth in participating some technical and non-technical communities.

                  I still tend to find the personal contact of community much more enriching than online communities. So I participate in a variety of community things around where I live, which of course focuses a lot on my son's school and education. I was also disappointed with the MVP communities--I found that I had questions that were answered here on the CP forums much better than the MVP communities. I had expectations that I would find some real brilliance there. But it was the same questions asked here on CP, etc. Now, don't take this wrong, it's not a criticism of people's abilities, it's just that I had expectations and, well, they needed re-evaluation. I've never really poked around non-technical communities, if I were, I'd have to work on my issues with expectations. So, I prefer the community of my family, friends, and selected neighbors. There's a lot to be said for having to look someone in the eye when you say something to somebody, rather than posting a message. :) Marc

                  Thyme In The Country

                  People are just notoriously impossible. --DavidCrow
                  There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                  People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                  1 Reply Last reply
                  0
                  • S Sarath C

                    How you are used to increase your knowledge? Online articles, books, magazines, periodicals or the latest trend blogs? I used to read the some technical blogs related to C++ and MFC. I used to read books but I don’t have the collection of the books which describes on the latest technologies. Still my old books are worth reading like effective C++ and code complete. I’m a regular reader of MSDN Magazine ( online ) and msdn itself. I also used to read Dr.Dobb’s Journals. The great wikipedia also helps me alot

                    -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

                    My blog - Sharing My Thoughts, An Article - Understanding Statepattern

                    G Offline
                    G Offline
                    Gary Wheeler
                    wrote on last edited by
                    #24

                    <drill_sergeant_voice_to_brain> Drop and give me 20! 1! 2! 3! ... </drill_sergeant_voice_to_brain>


                    Software Zen: delete this;

                    1 Reply Last reply
                    0
                    • C Christian Graus

                      I buy a lot of books, I typically read something tech in bed at night, and if I am travelling ( although this trip I am more working on the notebook during flights )

                      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

                      M Offline
                      M Offline
                      melwyn
                      wrote on last edited by
                      #25

                      Christian Graus wrote:

                      I typically read something tech in bed at night,

                      to help you sleep? :)

                      1 Reply Last reply
                      0
                      • S Sarath C

                        How you are used to increase your knowledge? Online articles, books, magazines, periodicals or the latest trend blogs? I used to read the some technical blogs related to C++ and MFC. I used to read books but I don’t have the collection of the books which describes on the latest technologies. Still my old books are worth reading like effective C++ and code complete. I’m a regular reader of MSDN Magazine ( online ) and msdn itself. I also used to read Dr.Dobb’s Journals. The great wikipedia also helps me alot

                        -Sarath_._ "Great hopes make everything great possible" - Benjamin Franklin

                        My blog - Sharing My Thoughts, An Article - Understanding Statepattern

                        E Offline
                        E Offline
                        El Corazon
                        wrote on last edited by
                        #26

                        Sarath. wrote:

                        How you are used to increase your knowledge?

                        I am a specialist in a field, so mine is rather unique, however similar alternatives exist: 1) Siggraph (ACM national graphics convention) 2) GDC (game developer conference) 3) books, articles, ACM journals 4) Writing my own white papers and my own R&D and presenting it In the past I have also hit several other conventions in related, but not necessarily directly applicable subjects (such as haptics, human-machine interaction, scientific visualization, GIS, AI, supercomputing, etc.)

                        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                        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