Search:

Type: Posts; User: Romme

Search: Search took 0.00 seconds.

  1. Thread: Bit-Fields in C.

    by Romme
    Replies
    5
    Views
    1,951

    No actually multiplications.

    No actually multiplications.
  2. Replies
    4
    Views
    739

    Thanks for the "enlightning" and Your time :-)...

    Thanks for the "enlightning" and Your time :-)...
  3. Thread: Bit-Fields in C.

    by Romme
    Replies
    5
    Views
    1,951

    Plus the way the FAT was builded up, You did not...

    Plus the way the FAT was builded up, You did not have much room for file name, attributes, date and so on.

    LNX, to save memory, let the int contain the date as on disk instead of in the struct
    ...
  4. Would it help to "borrow" from excell and use...

    Would it help to "borrow" from excell and use comma or tap seperations instead of spaces, as adresses could contain spaces. Further why not read the entire line and process after ?
  5. Replies
    4
    Views
    739

    Giving that the 5 lines where altering is done...

    Giving that the 5 lines where altering is done line by IS the best and most "secure" way to do it ?
  6. Replies
    6
    Views
    2,966

    If You look at Your code snippet int c = 0;...

    If You look at Your code snippet


    int c = 0;
    while(c != 1) {


    You do never leave this loop as c never becomes "1".Looking further to Your code :
  7. Sorry i am confused, do you want to press eg...

    Sorry i am confused, do you want to press eg <ctrl>-<alt>-<del> in a sequence instead of in one time stroke ? <ctrl> and <alt> as i remember them do not create standard key strokes but some extended...
  8. Replies
    4
    Views
    739

    printf is teasing me :-(.

    First Yesterday i tried to post this late night, but was logged off while writing, sorry for redoing (if), but i cannot find what i did yesterday.

    Since the Amiga young days, and Borland i had...
  9. Replies
    6
    Views
    836

    Unsigned 0xff = 255 in the second printf You...

    Unsigned 0xff = 255 in the second printf You change unsigned to signed (char), then you have -1.

    Laserlight : Sorry but is it not -32767 => 32768, with 0 it gives 65536 posibilities ?
Results 1 to 9 of 9