Im trying to figure out how to search a file for a certain string, returning the byte (I can use seekg for the rest).
Say the file was:
Marketing
2
Billboards
17
TVAds
2
Customer
5
DDR_RAM
120
Monitors
52
Motherboards
23
CPU(Athlon)
It would return the byte offset of Customer.
How would I do that?
