Search:

Type: Posts; User: Mpetou

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,082

    need help for a little function

    Hi, I'have been fighting with this function all night and I can't figure out what's wrong with it.

    here is my function:


    char *cat(char *dest, char *src)
    {
    int j = strl(dest);
    ...
  2. Replies
    3
    Views
    7,277

    new problem

    Hi, I use gcc and vim.

    Indeed, it turns out that i should not include lib_string.h.
    So I tried without it but now I get the following error:
    ➜ medium_tutorial gcc -L. test.c -l_string...
  3. Replies
    3
    Views
    7,277

    how to make a library, again..

    Hi, two days ago I asked if it was possible to create a librarie that could be used without having to inform the compiler of its use.
    Apperently this is not the case.

    I started to follow some...
  4. Replies
    4
    Views
    5,520

    thanks for the answer

    Thanks for the answer, I am supprised that we actually have to speciefe the libraries that we use twice (first in the source code and then when compiling).
    I guess I'll have to make an alias....
  5. Replies
    5
    Views
    6,316

    Hope this will help.

    Hi here is how I approached the problem:

    -First we need to make a function that reverses a word given a pointer pointing towards the begining of that word and the length of the word.


    void...
  6. Replies
    4
    Views
    5,520

    How to create my own librarie?

    Hi, i know there is already a lot of similar questions on the internet but I just can't find any specific answer to the folowing question:

    How to create a librarie that could be used without...
Results 1 to 6 of 6