Search:

Type: Posts; User: rjhome

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,870

    re:

    yes , I know the parametres.
    But how to writ ethe winsock?
    give me an example ok?
    plsease user the http protocol's post method.
    thx.
  2. Replies
    5
    Views
    3,870

    re:

    Fisrt sorry for my poor english.

    Second , my meaning is :

    the server's perl script I have written.
    And I wanna a c/c++ script to communicat with the perl script on the server with http...
  3. Replies
    5
    Views
    3,870

    I Need A Example For Http Post

    Who can give me an example for http protocal.

    the request:
    if their's a url: http://server//script.pl
    and the script script.pl need two parameters:
    name and...
  4. Replies
    1
    Views
    1,164

    is there a http liberary for c?

    is there a http liberary for c?
    Could u email me? my mail [email protected]
  5. where to download c interface for database (any database )?

    where to download c interface for database (any database )?
    give me url .thx.
  6. Replies
    9
    Views
    3,408

    I think you can use feof() to judge the end of...

    I think you can use feof() to judge the end of the file , You can have a test.
    It's my suggestion.
  7. Replies
    5
    Views
    1,917

    thx V.

    Thank you for your teaching.
    I have noticed that problem.
    And I 've felt that deeply by myself.In this morning I get a lesson of this not allocing a memory for it.And the compiler tell it wrong.
    I...
  8. Replies
    5
    Views
    1,917

    Re: I found the problem:

    That is a small problem due to my carelessness.
    in my_lib.h
    Orign: struct tongxun {}
    Now : struct tongxun {};
    Pay attention to the last "; ",that's the problem.
    Hehe,Thx for ur...
  9. Replies
    5
    Views
    1,917

    thanks

    Very thx for your reply,First.

    And I will tell u that the first solution is not valible.
    I've tested the first one before you suggest me,but it dosen't work.

    I will try the second one.

    I...
  10. Replies
    5
    Views
    1,917

    why this program display this error:

    why this program display this error:
    [6 main.c two or more data types in declaration of `info_input']

    please help me with this problem , source code as following.

    //source code :

    //file...
Results 1 to 10 of 11