Search:

Type: Posts; User: hmoleman

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    66,013

    what i found: #include #include...

    what i found:


    #include <iostream>
    #include <fstream>
    #include <string>

    using namespace std;

    ifstream myfile_in ("Lista1.txt");
  2. Replies
    9
    Views
    66,013

    I "just" need the method: void edit(){ open...

    I "just" need the method:

    void edit(){

    open file.txt
    find and replace string
    save file.txt

    }
  3. Replies
    9
    Views
    66,013

    thanks Salem, will try to put this to work.

    thanks Salem, will try to put this to work.
  4. Replies
    9
    Views
    66,013

    How to edit a .txt file in C++

    Hi all, i want to edit a txt file, look the content:

    name:john
    fone:4454

    to

    name:john
    fone:8888
Results 1 to 4 of 4