Search:

Type: Posts; User: surdy

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,246

    Thanx !! I realize the same thing but ..actually...

    Thanx !! I realize the same thing but ..actually someone ,sort of, challenged me to do it using 16 bit compiler
    that is why . i was ready to take all that pain.

    thanx again
  2. Replies
    3
    Views
    1,246

    parallel port interfacing

    I want to make a c program(16 bit) that runs on Windows XP platform for input-output at parallel port.

    I have sucessfully done it using outportb and inportb on Win9x
    but on XP probably some...
  3. Replies
    6
    Views
    3,069

    Thanx to all........

    Thanx to all........
  4. Replies
    6
    Views
    3,069

    very simple but tricky... please help

    When i run the following code
    main()
    {
    int i=-3,j=2,k=0,m;
    m=++i&&++j||++k;
    printf("\n %d %d %d %d " ,i,j,k,m);
    }

    the result i get is
  5. Replies
    9
    Views
    2,411

    thank a lot .... anonytmouse

    thank a lot .... anonytmouse
  6. Replies
    9
    Views
    2,411

    i never asked to be spoon fed i just asked for...

    i never asked to be spoon fed
    i just asked for some specific link instead of 10's of links you gave me
    i have time for the problem but ...not so much time that i can go through tens of links ...so...
  7. Replies
    9
    Views
    2,411

    i would appreciate something more specific to the...

    i would appreciate something more specific to the problem
    bcoz the time available is less
  8. Replies
    9
    Views
    2,411

    network programming

    I want to make c program to display following things

    total no. of computers in the network
    their IP addresses
    their ethernet cards network identification number/address
    their computer names (if...
  9. Thread: long filenames

    by surdy
    Replies
    2
    Views
    1,277

    Thanks Dude..

    Thanks Dude..
  10. Thread: long filenames

    by surdy
    Replies
    2
    Views
    1,277

    long filenames

    I have to make a program to handle filenames longer than 8 characters.
    How can i do it using TURBO C++ (ver3.0)?
    please help.
  11. Thread: End of file

    by surdy
    Replies
    5
    Views
    1,487

    platform i generally use is dos/windows but i...

    platform i generally use is dos/windows
    but i also have linux on my system so i can go for that also if it has anything specific
  12. Thread: End of file

    by surdy
    Replies
    5
    Views
    1,487

    thanx dude is there any non standard funtion to...

    thanx dude
    is there any non standard funtion to do what i wanna do??
  13. Thread: Textfiles/EOF

    by surdy
    Replies
    4
    Views
    1,161

    please share with us the answer u got

    please share with us the answer u got
  14. Thread: End of file

    by surdy
    Replies
    5
    Views
    1,487

    End of file

    I have a small problem . I have a text file which i have to truncate after a conditionis met (after i reach a specific point). So i thought that instead of copying that file to another one .. what i...
  15. Replies
    13
    Views
    2,132

    WindowsXP has a program called SHUTDOWN.EXE which...

    WindowsXP has a program called SHUTDOWN.EXE which allows you to easily create icons to shutdown or restart your computer.

    To create a shutdown shortcut on the desktop:

    Right click on an open...
  16. Replies
    13
    Views
    2,132

    what i had asked was not a keyboard shortcut but...

    what i had asked was not a keyboard shortcut but a desktop shortcut
    anyways i googled around and found the answer
    thanx all
  17. Replies
    13
    Views
    2,132

    shortcut to shut down xp

    i want to add a shortcut to my WIndows XP desktop to shutdown the computer when i double click it .
    what should i write in the "Type the location of the item " text box while making the shortcut
    i...
  18. Replies
    9
    Views
    9,905

    Okay Sir. Thanx

    Okay Sir. Thanx
  19. Replies
    9
    Views
    9,905

    I'm very sorry for not crediting(by mistake) the...

    I'm very sorry for not crediting(by mistake) the greatest contributer DAVE_sinkula

    thanx dave
    though my question is still unaswered
  20. Replies
    9
    Views
    9,905

    i respect that and i am the beliver of doing...

    i respect that and i am the beliver of doing things myself
    as i told u i have sucessfully handled the situation so that's not an issue
    all i wanted to know that is there some thing in c like the...
  21. Replies
    9
    Views
    9,905

    thanx quzah ....thanx anonytmouse but my problem...

    thanx quzah ....thanx anonytmouse
    but my problem still remains unsolved
    i was looking for something inbuilt in c .....some provision given by c..like some flag that is set or something like this...
  22. Replies
    9
    Views
    9,905

    detect variable overflow

    is there a provision by which i can detect overflow in a variable during arithmatic operation
    for example i use an unsigned char variable a to store the sum of b and c both unsigned chars. I want...
  23. Replies
    2
    Views
    1,959

    oops!! i messed it up thanx for pointing out the...

    oops!! i messed it up
    thanx for pointing out the mistake
    i think now this should work
  24. Replies
    2
    Views
    1,959

    strange behaviour.......

    i had to test whether sum of lower 4 bits of an 8-bit number(unsigned char) and that of two's complement of lower 4 bits of another 8bit numer(again unsigned char but this time i have a pointer to...
  25. Thread: syntax highlight

    by surdy
    Replies
    11
    Views
    1,456

    thanks bennyandthejets for ur enlightening words...

    thanks bennyandthejets for ur enlightening words
    and thankx anonytmouse for the useful peice of code

    thanks guys for your support
    now i think that its time for me to get my hands dirty and do...
Results 1 to 25 of 38
Page 1 of 2 1 2