Search:

Type: Posts; User: AO_Guest; Keyword(s):

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    2,810

    Let's say the code is something simple:...

    Let's say the code is something simple:
    ------------------------------------------------------------------

    #include <stdio.h>
    #include <conio.h>
    int main(void)
    {
    printf(" [%2x]...
  2. Replies
    3
    Views
    2,810

    Reading a byte from inp() and DEBUG

    Does anybody know why reading a byte from debug (using "i") through DOS produces a different value than reading a byte by using _inp() from <conio.h> from MS VC++? In both cases, you have to specify...
  3. Replies
    6
    Views
    23,367

    Thanx for the feedback, crobert. If we are...

    Thanx for the feedback, crobert. If we are looking at some type of manufacturer information that has been imprinted onto the HDD, then would it harm the HDD if that part of the HDD was overriden? I...
  4. Replies
    17
    Views
    12,551

    Killing pop-up ads

    Does anyone know how to configure IE (or Kazaa) to stop pop-up ads? Or program that kills it. Thanx.
  5. Replies
    6
    Views
    23,367

    --------------------------------------------------...

    ----------------------------------------------------------------------
    These are some of the useful information I found from dspeidel's link. Thanx. ...
  6. Replies
    6
    Views
    23,367

    To be more precise, this is the piece of code I...

    To be more precise, this is the piece of code I am looking at:

    for(i=0;i<128;i++)
    {
    outp(0x70,i);
    if(i%8==0)printf("\n");
    printf(" [%2x=%2x] ",i,inp(0x71));
    }

    It looks to me like...
  7. Replies
    6
    Views
    23,367

    outp() and inp() in C

    Hi,

    Do any of you know what outp() and inp() are for in C? The piece of code that I am reading contained these library funtions from either dos.h or conio.h. This is the first time that I have...
  8. Replies
    7
    Views
    6,688

    Virus scanning programs

    Can anyone recommend some programs that allow you to virus scan on specified individual file? The company that makes my current virus scanning program went out of business. So I can't get the program...
Results 1 to 8 of 8