Search:

Type: Posts; User: osolis

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    5,468

    A C++ book i think is awesome is "C++...

    A C++ book i think is awesome is "C++ Programming: from problem analysis to program design" i borrowed the book from someone who is taking a CSCI class the book is pretty expensive though.
  2. Replies
    8
    Views
    1,237

    I just tried it and it didnt work. I wrote a...

    I just tried it and it didnt work. I wrote a program to edit a text file my source code is:



    #include <iostream>
    #include <fstream>

    using namespace std;

    ofstream dataFile;
  3. Replies
    8
    Views
    1,237

    Thanks for the help. I got to edit the right...

    Thanks for the help.

    I got to edit the right spot but everytime I run my program it overwrites the file. Im still in the process of figuring out how to stop it from doing this.
  4. Replies
    8
    Views
    1,237

    I need help with file I/O

    Hello, Im an amateur C++ programmer and I need help with something im trying to code. Im trying to open a file and edit a certain adress in the file. I figured out the hex offset adress' i need to...
Results 1 to 4 of 4