Search:

Type: Posts; User: Dante404

Search: Search took 0.01 seconds.

  1. Remove the extension of a file passed as a parameter (argv[1])

    I'm implementing a program that needs to use a function from another module that has 3 parameters:

    Header from the function I need to use:



    int create_torrent_from_metainfo_file (char const...
  2. Replies
    3
    Views
    10,470

    Thank you very much for the answers. As I...

    Thank you very much for the answers. As I suspected I was missing something: I wasn't using the format specifier %zu, because I didn't know it existed, so my results were different. Although I got...
  3. Replies
    3
    Views
    10,470

    Question with size_t and ssize_t

    Hello,

    I started coding recently and I don't understand very well the size_t and ssize_t data types. I know that size_t is the same as ssize_t, but the latter is signed.

    I've recently seen...
Results 1 to 3 of 3