CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kvpreeth

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,078

    Thanks.. but iam facing a new problem now,,,,iam...

    Thanks..
    but iam facing a new problem now,,,,iam not able to c "processor" object in my perfmon..is there anyway by using PDH..i can programatically do it....
  2. Replies
    6
    Views
    1,078

    Query CPU usage

    Is there any other way to query the CPU usage other than using RegQueryValueEx?This is creating lots of problems....
  3. Thread: auto_ptr

    by kvpreeth
    Replies
    5
    Views
    8,336

    Thanx... but I still have a doubt, i.e in case...

    Thanx...
    but I still have a doubt, i.e
    in case of normal allocation using new
    for eg

    a = new b;

    we can check
    if( a!= NULL)
    {}
  4. Thread: auto_ptr

    by kvpreeth
    Replies
    5
    Views
    8,336

    auto_ptr

    Hi,
    I've a basic question regarding auto_ptr

    assume this
    auto_ptr<T> pt( new T(1) );

    now how do i validate pt before using pt.get()i.e
    how can I make sure that pt has been allocated....
    ...
  5. Thread: CPU usage

    by kvpreeth
    Replies
    1
    Views
    612

    CPU usage

    Is there any programs to calculate CPU usage written in VC++.
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured