here is a hellp full coding for ascii codes.
just press the the key for which you want to see the ascii code. press enter to terminate the program.
void main(void)
{
char ch;
while((ch=getch)!='\r')
{
printf("%c=%d",ch,ch);
}
}
HI there
i am making an boot sector anti virus in C language .
i have almost made it i just want you to go through the algorithm and tell me if there is any error or weakness in my algorithm.
here is my algorithm.
1. got the boot sector by absread() in an array.
2. searched for IO.SYS and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.