Search:

Type: Posts; User: maluyk

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    3,999

    Thanks for replies guys, but i'm pretty sure that...

    Thanks for replies guys, but i'm pretty sure that the trouble is happening with allocating memory for "matched_urls", since if i comment those lines, i'm getting everything working.
    I've also tries...
  2. Replies
    7
    Views
    3,999

    Array of strings and memory allocation

    I'm trying to solve that problem two days in a row, and at this point i'm completely lost, so i'm asking for help.

    The program is some sort of web crawler built with libcurl and pcre.
    Struct...
  3. Replies
    4
    Views
    2,145

    Ok, i get it, thank you very much

    Ok, i get it, thank you very much
  4. Replies
    4
    Views
    2,145

    I understand that, but, new "line" var is...

    I understand that, but, new "line" var is initiated every time when it comes to a "for" loop, or it's not? I thought when i'm going through the "for" loop, var "line" is initiated every time, and...
  5. Replies
    4
    Views
    2,145

    Pthreads problem

    Hello everybody,

    I'm stuck with pthreads. I want to create a program which will run a persistent number of threads, by that i mean, if the number of threads i want to create is 5, the program...
  6. Replies
    1
    Views
    816

    String pointer problem

    Hello, i'm quiet new with C, and i have some problems with string pointers.

    I'm using libcurl for fetching html pages, and after that, i'm trying to parse html with regexp, everything goes fine,...
Results 1 to 6 of 6