Search Results

Search: Posts Made By: pludi
Forum: Programming 04-14-2009
7,369
Posted By pludi
If you only want to display a raw file, hexdump...
If you only want to display a raw file, hexdump is perfect for that. From your original post, however, it seemed that you only want to display those postition matching a certain pattern of that file....
Forum: Programming 04-14-2009
7,369
Posted By pludi
Since your original posting sounded (and still...
Since your original posting sounded (and still does) like "Please do my homework for me" I didn't want to spill too much. So please tell me: are you learning C/C++/Java? By yourself or in class? Is...
Forum: Programming 04-14-2009
7,369
Posted By pludi
In pseudo-code? open file while !eof ...
In pseudo-code?
open file
while !eof
read byte
if matching
print counter - byte
counter++
close file
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 05:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy