Search:

Type: Posts; User: sreenu_daram

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,177

    can I use 'C' strstr function to search a...

    can I use 'C' strstr function to search a particular word in the data ?
  2. Replies
    7
    Views
    1,177

    1) Data may be around 10kb, Each word in the data...

    1) Data may be around 10kb, Each word in the data is separated by comma. When Request comes to me I have to search the requested word in that data.
    2) as low as possible.
    3) Yes I have memory...
  3. Replies
    7
    Views
    1,177

    I know 'C' very little bit. can I use 'C'...

    I know 'C' very little bit.
    can I use 'C' strstr function to search a string ?
  4. Replies
    7
    Views
    1,177

    search for string

    Hi, I am Sreenu. I have a large amount of data. I have to search for the particular string in that data. Here I have to consider the performance also. Which technique is better to search the string....
  5. Thakns all of u ...

    Thakns all of u ...
  6. Hi any one .. Please help me.

    Hi any one .. Please help me.
  7. ok done .. Tx

    ok done .. Tx
  8. Hi Sorry! This is my code. ...

    Hi Sorry! This is my code.


    #include <curl/curl.h>
    #include <curl/types.h>
    #include <curl/easy.h>


    // This is callback function
    size_t...
  9. I did not get u . Pls explain .

    I did not get u . Pls explain .
  10. Hi This is my code :

    Hi This is my code :
    << SNIPPED DUE TO STILL LACKING CODE TAGS >>
  11. glibc detected *** double free or corruption

    Hi All ,
    when I am writing an application using libcurl to send https request,

    my error log showing this error : *** glibc detected *** double free or corruption (fasttop): 0x09511d40...
  12. Replies
    1
    Views
    3,892

    sending https request

    Hi All, any one can help me ...


    I am writing an application which sends a https request to the server.... and gets the response from that server

    I am writing this in 'C'

    this is the...
Results 1 to 12 of 12