Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chourico

    Help read from stdin

    Hi i want to read multiple data from stdin like this: Comand name:number name:number ... void app() { char line[INBUFF]; if (fgets(line, sizeof(line), stdin) != NULL) { sscanf(line, "%s", comand); verify(comand); ... } I want to do...
  2. chourico

    sockets problem

    hi i´m doing a sockets program that receives a request from a browser GET /file.jpg HTTP/1.0 and the server answer is of the type: HTTP/1.0 200 OK content-lenght:500 and then sends the content of the file. I have 2 problems: - the request must be of the type GET /file.jpg HTTP/1.0 followed by...

Part and Inventory Search

Back
Top