Search:

Type: Posts; User: RoRo

Search: Search took 0.00 seconds.

  1. Thread: Modifying a file.

    by RoRo
    Replies
    2
    Views
    1,312

    Modifying a file.

    Hello people, im back for more questions.
    Recently I posted a question regarding structures(and you were all very helpful) but Now I have another problem:
    I have a file with the following:

    <usr>...
  2. Replies
    7
    Views
    1,687

    :S

    oh and back to files.
    what would the parameters be if I have a file.txt

    <md>
    <id_user>0001</id_user>
    <name>John Fitzpatrick</name>
    <pass>123abc</pass>
    <status>Active</status>
    </md>
  3. Replies
    7
    Views
    1,687

    #include #include #define...

    #include<stdlib.h>
    #include<string.h>
    #define TSIZE 50

    struct Medico
    {
    int Id_Doc[TSIZE];
    char Nombre[TSIZE];
    char Especialidad[TSIZE];
    char Estado[TSIZE];
  4. Replies
    7
    Views
    1,687

    Pointers still not that clear to me..

    Pretty useful, so... For instance:
    I want the structure to be asked in this way:
    Terminal:"Hello new user, won't you please give me your name?"
    User: "Jimi Hendrix"
    Terminal:"Hello Jimi, Wont you...
  5. Replies
    7
    Views
    1,687

    Hey thanks for the warm welcome! So yeah I was...

    Hey thanks for the warm welcome!
    So yeah I was thinking about using structures; but Im not really that familiar with structures(the usage of pointers is still a little blurry :/)..as It seems...
  6. Replies
    7
    Views
    1,687

    Help Reading a file...

    Hello people, Im new to this forum, but just from reading posts I've learned a lot.
    I've got a quick question:


    So I want to create a file that goes like:
    In a file called Users
    <md>...
Results 1 to 6 of 6