Search:

Type: Posts; User: sadat

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,805

    got it

    hi there

    i have recently developed a code for a serial communication
    in C
    for how u initillize serial port.
    there is interrupt 14 send intiallization the serial COM1 port.

    you could send...
  2. Thread: crazy output

    by sadat
    Replies
    22
    Views
    3,699

    that will work i think

    i think
    %d in place of %u will work perfectly in the following statement.
    scanf("%u", &selection);
  3. got it

    hi there
    i like to infom you i am using turbo C++ v3 compiler
    and by the way i have just given the algorihtm and algorithm are same for any language.
  4. help me in developing a good anti virus program

    Hi there

    i am making a 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....
  5. Replies
    3
    Views
    5,710

    anti virus algorithm

    hi there

    i am making an boot sector anti virus in C language for DOS platform.

    and have developed an algorithm if there is any mistake or weaknees in the algorithm please infrom me.
    i welcome...
  6. Replies
    3
    Views
    1,445

    HI Sriharsha actually your program is...

    HI Sriharsha

    actually your program is catching the last two character of the address of the array i.e __18.
    as in this statement

    printf("\n%d %d %d %d\n",arr);

    you are calling arr which...
  7. how to deactivate TSR ,how could we restore partition table

    hi there

    i am working on boot sector viruses and antiviruses and making an TSR antivirus using C.
    but i have a problem
    i can easily make my antivirus reside but how to deactivate it from...
  8. Replies
    2
    Views
    3,537

    breaking string into substring

    hi there

    hi any one can tell me how could i break a string into substrings of variable length.

    example:

    string=30x+3X+21x

    substring=30,x,+,3,x,+,21,x
  9. Replies
    21
    Views
    7,266

    any alternative

    hi there
    i have also been using fflush() for over a year and have not yet found any trouble using it .

    if it is dangrous can any one tell the alternative for it.
  10. Replies
    5
    Views
    2,727

    got it

    here is the correct code


    #include <conio.h>
    #include <stdio.h>
    int a,b,c,max,min,av;

    void main() {
    clrscr();
    printf("1.number:");
Results 1 to 10 of 10