CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2010
    Posts
    2

    Find CPU Transistor Count

    Hi,

    How to find CPU transistor count with C++?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Find CPU Transistor Count

    Well, do you know how to do it using any other means?
    Victor Nijegorodov

  3. #3
    Join Date
    Aug 2008
    Posts
    902

    Re: Find CPU Transistor Count

    You could write a web browser in C++ and then google for the answer. That's about it.

    I suppose you could compile a database yourself, and then use __cpuid() to figure out which processor the user has.
    Last edited by Chris_F; December 1st, 2010 at 12:17 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured