Search:

Type: Posts; User: dgcampos

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,751

    thank you. i used nodo_Text-> = new...

    thank you. i used

    nodo_Text-> = new char[MAX_TEXT];

    it worked fine.

    thank you very much.

    __Dgc
  2. Replies
    4
    Views
    1,751

    but then i have a limited text width of 255,...

    but then i have a limited text width of 255, which is something i dont want, cause i am getting data from a stream, and this could be larger than 255 at the first line.

    how can i copy from...
  3. Replies
    4
    Views
    1,751

    copy strings problem

    a have a struct like this :

    struct nodo_text
    {
    int entero1;
    char* texto;
    nodo_text* SIGUIENTE;
    };

    i have a simple text file, which i read with fgets to get the text,...
Results 1 to 3 of 3