Search:

Type: Posts; User: guriwashere

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,602

    I've done it!! Thank you so much!! I post...

    I've done it!!

    Thank you so much!!

    I post the code in case someone needs it




    #include <stdio.h>
  2. Replies
    10
    Views
    1,602

    Use strdup() where? I'm sorry for being so bad...

    Use strdup() where?

    I'm sorry for being so bad with this
  3. Replies
    10
    Views
    1,602

    Now that i see it, it's wrong, but i tried to...

    Now that i see it, it's wrong, but i tried to copy the string into another
  4. Replies
    10
    Views
    1,602

    Help renaming files!

    Please, I'm going crazy with this!
    I can't make it work!

    What's wrong?




    main()
    {
  5. Replies
    8
    Views
    3,472

    Thanks!!

    Thanks!!
  6. Replies
    8
    Views
    3,472

    Read files without extension

    Hi, I need some help with a little program.



    #include <stdio.h>
    #include <dirent.h>
    main()
    {
    DIR *d;
    struct dirent *dir;
  7. Replies
    12
    Views
    1,718

    YES, I need to do a list of the files in a path,...

    YES, I need to do a list of the files in a path, and save them in an array.

    I don't care how to do it, I just need that.

    Sorry for my english, I'm from Argentina
  8. Replies
    12
    Views
    1,718

    But the thing is that I won't always know the...

    But the thing is that I won't always know the names of the files, so I need to read all of them, and save the names in an array to use them.
  9. Replies
    12
    Views
    1,718

    Hardcoded into the program To read always from...

    Hardcoded into the program

    To read always from the same path.

    Thanks!
  10. Replies
    12
    Views
    1,718

    A function or something... The main thing is...

    A function or something...

    The main thing is to save the file names in an array or buffer...
  11. Replies
    12
    Views
    1,718

    How to use files in a path?

    Hi, I need some help with a program.
    The thing is that I can't find a function to do the following,

    For example:

    I have 1.txt, 2.txt, 3.txt in C:\files

    And I need to work with those files...
  12. Replies
    2
    Views
    8,423

    Save a file with a name in a variable?

    Hi, i need to know how to do something that might be really easy, but i just don't know how.
    The thing is that i open a file allocated, for example in," C:\example " and i need to save it in another...
Results 1 to 12 of 12