try putting " technologic. open(("daftpunk.bin", ios::out | ios::in | ios::binary); " after ifstream technologic
I am currently working on ifstream in class and that is how I have my program set up and it opens. Hope it helps. I am just a beginner programmer,
did you change fstream technologic to ifstream or ofsteam. I think you have to initialize it as input or output. I enjoy reading and trying to figure things out so I learn as well. Hoping it will make me better.