User profile: kenoneuk

User info
User name:kenoneuk
Email:kennethyoung100@hotmail.co.uk
History
Joined:
Number of posts:5
Latest posts:

char[size] to vector<bool>
I can open a binary file and load it to a char array. Is it possible to convert this char array to a...

Bit-by-bit reading fom Memory
Thank you for your help. Could you please clarify a few points as this is advanced stuff for me? ...

Bit-by-bit reading fom Memory
Hi, If I load a binary file into memory how do I read it bit-by-bit? ifstream file ("my.bin", ...

BIT Pattern Search in Binary file
I have loaded a binary file into memory (using ios::binary). I need to search for 10101 (or 0x15), w...

Pattern Searches in Binary File
I have loaded a binary file into memory (using ios::binary). I need to search for 10101 (or 0x15), w...