User profile: Livedereh

User info
User name:Livedereh
Location:Terre Haute, Indiana
History
Joined:
Number of posts:8
Latest posts:

problem reading binary file
it probably is a knock off it is written by Stephen Prata i was going to buy the c++ programming l...

problem reading binary file
I am teaching myself by reading c++ primer plus 5th edition i just started the chapter on objects an...

problem reading binary file
I use almost the same code to write to binary file but the problem comes when i try to read the file...

advice about infile/outfile
[code]infile.open(file.c_str());[/code] When i use this it will not allow because file is an arra...

advice about infile/outfile
Hello Hammurabi > Study the code carefully. Play around with it. Remember that you do in fact need ...