Search:

Type: Posts; User: OlgaFontae

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,659

    Hi again, I copy your code and it doesn't...

    Hi again,

    I copy your code and it doesn't work.

    I'll post the content of the file I tried with.

    mydog.txt
    mycat.txt
    myhorse.txt
  2. Replies
    6
    Views
    1,659

    Thank you for answering my question. For this...

    Thank you for answering my question.

    For this particular case, the file only contains three filenames.

    I make your suggested changes to my code and now the program opens the file with the...
  3. Replies
    6
    Views
    1,659

    Read a file with filenames

    Hi!

    I'm making a program which reads a file which contains names of files. Then, I have to call a function that opens these files.

    I made this piece of code (clarification: I put 3 in the...
  4. Replies
    2
    Views
    2,056

    Reading data from a file

    Hi!

    I'm trying to read some data from a file. Particularly, this file contains different statistics of different countries, as it follows:

    "Country","Area","Density","HDI"...
  5. Saving data in a struct field depending on the data introduced

    Hi!

    I'm trying to make a program in which the user introduces a string and then some data is stored in field of the same name.

    I'll explain myself writing some code.


    struct Data{
    int...
Results 1 to 5 of 5