N
nguser3552
Hello everyone,
I'm wondering if someone out there knows how in a visual c++ console
application how I can do the following, and man I've tried, it seems simple
really:
I need to open up any file (the fnctl library offers hope), in binary or raw
mode just 1' and 0's whichever is preferable. Once the file is open,
attached to a stream and a buffer is created, I have to be able to take the
final object as though
it were in the following form:
object->100010101010101010....0001010
and be able to perform mathematical operations on the data. There is a great
program if you go to Google and just type in fb.c it should show up, it does
a lot of what I'm talking about, however it far to in depth for what my team
is asking of me and it is in c and uses the (argv, char**) method which
complicated things. Anyone have any idea on how to do this without creating
a Leon Tolstoy program?
Any help at this point is more than appreciated, in the afterlife I'll walk
your dog if you've any suggestions.
Thank you
(e-mail address removed)
Paul
I'm wondering if someone out there knows how in a visual c++ console
application how I can do the following, and man I've tried, it seems simple
really:
I need to open up any file (the fnctl library offers hope), in binary or raw
mode just 1' and 0's whichever is preferable. Once the file is open,
attached to a stream and a buffer is created, I have to be able to take the
final object as though
it were in the following form:
object->100010101010101010....0001010
and be able to perform mathematical operations on the data. There is a great
program if you go to Google and just type in fb.c it should show up, it does
a lot of what I'm talking about, however it far to in depth for what my team
is asking of me and it is in c and uses the (argv, char**) method which
complicated things. Anyone have any idea on how to do this without creating
a Leon Tolstoy program?
Any help at this point is more than appreciated, in the afterlife I'll walk
your dog if you've any suggestions.
Thank you
(e-mail address removed)
Paul