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. General Programming
  3. C / C++ / MFC
  4. Micro question

Micro question

Scheduled Pinned Locked Moved C / C++ / MFC
c++questiontutorial
7 Posts 4 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.
  • D Offline
    D Offline
    Demian Panello
    wrote on last edited by
    #1

    Hi. First, I don't know if this is the right forum to post this question, if not, sorry and someone move this post to the right forum. In the Web we can find some programs that telling you the microprocessor temperature, the fact is I don't trust in those programs, you know, spyware, risks performing low level routines, etc. So I want to write my own program to "read" the micro temperature, the question is, where should I start?. I have good skills in MFC and also I know assembly, but I can't figure where should I start?. My micro is a Peuntium 4, I think every micro is different so I'm looking for technical docs about my micro and motherboad, but all the documentation I found nothing says about routines to perform. Any comment will be appreciated. Thank you and regards.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    D H V 3 Replies Last reply
    0
    • D Demian Panello

      Hi. First, I don't know if this is the right forum to post this question, if not, sorry and someone move this post to the right forum. In the Web we can find some programs that telling you the microprocessor temperature, the fact is I don't trust in those programs, you know, spyware, risks performing low level routines, etc. So I want to write my own program to "read" the micro temperature, the question is, where should I start?. I have good skills in MFC and also I know assembly, but I can't figure where should I start?. My micro is a Peuntium 4, I think every micro is different so I'm looking for technical docs about my micro and motherboad, but all the documentation I found nothing says about routines to perform. Any comment will be appreciated. Thank you and regards.

      Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

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

      If your motherboard has a temperature sensor, use the Win32_TemperatureProbe WMI class.


      "A good athlete is the result of a good and worthy opponent." - David Crow

      "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

      D 1 Reply Last reply
      0
      • D Demian Panello

        Hi. First, I don't know if this is the right forum to post this question, if not, sorry and someone move this post to the right forum. In the Web we can find some programs that telling you the microprocessor temperature, the fact is I don't trust in those programs, you know, spyware, risks performing low level routines, etc. So I want to write my own program to "read" the micro temperature, the question is, where should I start?. I have good skills in MFC and also I know assembly, but I can't figure where should I start?. My micro is a Peuntium 4, I think every micro is different so I'm looking for technical docs about my micro and motherboad, but all the documentation I found nothing says about routines to perform. Any comment will be appreciated. Thank you and regards.

        Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

        H Offline
        H Offline
        Hamid Taebi
        wrote on last edited by
        #3

        Yes David answers to you see Win32_TemperatureProbe[^] it has example(I wanted to answer you but I dont know I had a problem)


        WhiteSky


        D 1 Reply Last reply
        0
        • D Demian Panello

          Hi. First, I don't know if this is the right forum to post this question, if not, sorry and someone move this post to the right forum. In the Web we can find some programs that telling you the microprocessor temperature, the fact is I don't trust in those programs, you know, spyware, risks performing low level routines, etc. So I want to write my own program to "read" the micro temperature, the question is, where should I start?. I have good skills in MFC and also I know assembly, but I can't figure where should I start?. My micro is a Peuntium 4, I think every micro is different so I'm looking for technical docs about my micro and motherboad, but all the documentation I found nothing says about routines to perform. Any comment will be appreciated. Thank you and regards.

          Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

          V Offline
          V Offline
          Vaclav_
          wrote on last edited by
          #4

          Give me some example (link would be nice) of these programs.

          D 1 Reply Last reply
          0
          • V Vaclav_

            Give me some example (link would be nice) of these programs.

            D Offline
            D Offline
            Demian Panello
            wrote on last edited by
            #5

            Hi Vaclav. Well, you can download Motherboard Monitor http://www.softpedia.com/get/System/System-Info/Motherboard-Monitor.shtml[^] Regards.

            Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

            1 Reply Last reply
            0
            • D David Crow

              If your motherboard has a temperature sensor, use the Win32_TemperatureProbe WMI class.


              "A good athlete is the result of a good and worthy opponent." - David Crow

              "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

              D Offline
              D Offline
              Demian Panello
              wrote on last edited by
              #6

              Ok David, I'm going to try this, I need to read something before because is the first time I see WMI:doh:. Every day there is something new to learn:~ Thank you very much for your time. Best Regards.

              Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

              1 Reply Last reply
              0
              • H Hamid Taebi

                Yes David answers to you see Win32_TemperatureProbe[^] it has example(I wanted to answer you but I dont know I had a problem)


                WhiteSky


                D Offline
                D Offline
                Demian Panello
                wrote on last edited by
                #7

                Hi WhiteSky. Reading the link you've posted....:^) Best regards.

                Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

                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