Search:

Type: Posts; User: little

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,092

    to get output of libcurl program

    I'm new to libcurl and trying to get output of sample program codes, but no result.


    #include <stdio.h>
    #include <curl/curl.h>

    int main(void)
    {
    CURL *curl;
    CURLcode res;
  2. Replies
    2
    Views
    4,003

    segmentation fault

    hi, while receiving a http request from client, Segmenation fault error is there.
    Following is code:


    #include<iostream>
    #include <sys/types.h>
    #include <sys/socket.h>
    #include <netinet/in.h>...
  3. Replies
    2
    Views
    4,479

    Error in connect() in TCP client code

    Hi, i have written a tcp client code to connect and send a message to the server.
    It stops after gives "Connecting Error", so I am not able to send the message to server.
    Please help me.

    ...
Results 1 to 3 of 3