hi all, that's my first post here :)
I want to write a simple program showing the current cpu temperature, i know there are many such programs, but all of them waste system resources, etc... My question is where can i find the temperature of the cpu. i'm a win32 c programmer, but if you have any asm code don't worry, i'll try to understand it :grin:
I want to write a simple program showing the current cpu temperature, i know there are many such programs, but all of them waste system resources, etc... My question is where can i find the temperature of the cpu. i'm a win32 c programmer, but if you have any asm code don't worry, i'll try to understand it :grin:
This is not a topic to give an easy solution to. Since
to create something like this would require an in-depth
knowledge of different mainboards/cpus.
Take a look the the cpu-monitor on the link below.
It's freeware and pretty good. And you can use parts
of it in your own program. Look in the 'shared memory'
section for examples. http://mbm.livewiredev.com/
Other then that I can only recommend doing some googleizing ( :grin: )
to create something like this would require an in-depth
knowledge of different mainboards/cpus.
Take a look the the cpu-monitor on the link below.
It's freeware and pretty good. And you can use parts
of it in your own program. Look in the 'shared memory'
section for examples. http://mbm.livewiredev.com/
Other then that I can only recommend doing some googleizing ( :grin: )
thanks for the reply.
maybe somebody wants to check this
Methodologies for Measuring Temperature on AMD Athlon? and AMD Duron? Processors
maybe somebody wants to check this
Methodologies for Measuring Temperature on AMD Athlon? and AMD Duron? Processors