Thread: Is there a set of functions for...

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    731

    Is there a set of functions for...

    Is there a set of functions for finding out the user ram, procecor, ect. I just want to know if there is a tut on that stuff if it exists.

    Thank you

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    If there isn't an API function for your system that supports this, you can probably do something creative (like find the registry key if you use Windows) or measure clock cycles for a naive approach. Without knowing your system or your intentions, all I can suggest is to search Google.
    My best code is written with the delete key.

  3. #3
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    yah I guess I should search google after I clear the free space of my hard drive. I am accauly wanting to make a program for other people to easily see there ssytem specs.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Well if you're on windows, there's a whole bunch of stuff in the registry.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    LOL this is all leading back to my registy editing time. Now I'm gonna try working with the registry again probebely.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. optimising program
    By SONU in forum C Programming
    Replies: 1
    Last Post: 05-18-2008, 10:28 AM
  2. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 AM
  3. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  4. Passing pointers between functions
    By heygirls_uk in forum C Programming
    Replies: 5
    Last Post: 01-09-2004, 06:58 PM
  5. Problem with two set of functions..
    By zahid in forum C Programming
    Replies: 7
    Last Post: 12-04-2002, 08:54 AM