Search:

Type: Posts; User: Perspektyva

Search: Search took 0.00 seconds.

  1. Thread: Bit fields

    by Perspektyva
    Replies
    13
    Views
    5,976

    Hehe, it works, I was thinking how to shift...

    Hehe, it works, I was thinking how to shift binary numbers left and right and I was thinking that you'd have to assign a mask as an interval or smth... anyways It works now and I understand it....
  2. Thread: Bit fields

    by Perspektyva
    Replies
    13
    Views
    5,976

    We're either not on the same page (with me being...

    We're either not on the same page (with me being on a page that doesn't actually exist) or my knowledge backroud is simply too thin for me to understand this stuff. So, maybe, you know how can I...
  3. Thread: Bit fields

    by Perspektyva
    Replies
    13
    Views
    5,976

    I see, but wouldn't specifying bitmasks in hex...

    I see, but wouldn't specifying bitmasks in hex would restrict the masks to be 4*n bits in size, in which case, with time firmats, where numbers don't go higher than 60, would cause empty bits of...
  4. Thread: Bit fields

    by Perspektyva
    Replies
    13
    Views
    5,976

    Dude... I'm an amateur, I've started c++...

    Dude... I'm an amateur, I've started c++ programming 2.5 months ago, before that I only knew only how to create arrays, procedures, functions and write and read from files in pascal. I do not know...
  5. Thread: Bit fields

    by Perspektyva
    Replies
    13
    Views
    5,976

    didn't you mean & 2047?

    didn't you mean & 2047?
  6. Thread: Bit fields

    by Perspektyva
    Replies
    13
    Views
    5,976

    It works! But how to get the minutes and hours...

    It works! But how to get the minutes and hours out? or anything that starts not at the beggining?
  7. Thread: Bit fields

    by Perspektyva
    Replies
    13
    Views
    5,976

    Bit fields

    the findfirst and findnext functions populate ffblk structure with file info. One of the ffblk struct element's is ff_ftime which is an unsigned short and, according to the help file (Borland builder...
  8. Oh this faq, I was looking to the forum one,...

    Oh this faq, I was looking to the forum one, thanks.
  9. Can't... seem to find it...

    Can't... seem to find it...
  10. How to extract a list of files in a specific directory?

    Hello,

    I've started work on a small training project, which basicaly goes like this: You choose a directory and the program populates a list of files IN that directory along with the "Last...
Results 1 to 10 of 10