Search:

Type: Posts; User: leandroaz

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    5,137

    Hey Mats! I got the picture. Actually I'm just a...

    Hey Mats!
    I got the picture. Actually I'm just a beginner to C++.
    I had no idea it could do any harm to HDD.
    Thanks for your explanation! It helped!

    Cheers!
  2. Replies
    13
    Views
    5,137

    yep... that's it!

    yep... that's it!
  3. Replies
    13
    Views
    5,137

    Win32 platform Why need 3rd party programs if...

    Win32 platform
    Why need 3rd party programs if hdd state and numlock led are both low level access?
  4. Replies
    13
    Views
    5,137

    Get HDD Activity

    Hello everyone!

    I'm trying to build a simple code that scans for the HDD activity and blinks Scroll Lock LED.
    To do so I need to know a piece of code to "get" the HDD status.

    Thanks for any...
  5. Replies
    8
    Views
    1,897

    Thanks Zacs7, MK27. It's for school work...

    Thanks Zacs7, MK27.

    It's for school work purposes.
    Both solutions worked great for me.

    Thank you!
  6. Replies
    8
    Views
    1,897

    Struct Association

    Hey everyone!
    I have a question about associating 2 structs.
    lets say...


    struct cust {
    char name[32];
    char address[128];
    int id;
    } customer[50];
  7. popen with a fossil (split from bumped thread)

    Hey everyone!

    I can't get the following code compile under borland compiler:


    Warning clock.c 11: Nonportable pointer conversion in function main
    Turbo Link Version 5.0 Copyright (c) 1992...
Results 1 to 7 of 7