cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
how to output the file including Bin& AS
how to output the file including Bin& ASCII
Mar 7, 2016 at 8:45am UTC
fenglinmanbu
(2)
hey everyone, I wanna get the idea how to output the data from a file that including binary and ASCII data.
the file I wanna decode is the 0000file.
Any one has the Suggestion
thanks
Mar 7, 2016 at 12:59pm UTC
Thomas1965
(4571)
You can us an ifstream to open the file in binary mode and read char by char and dump it on the console.
http://www.cplusplus.com/doc/tutorial/files/
Topic archived. No new replies allowed.