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. escafia

    char **stringp

    hi. i've a question. char *strsep(char **stringp, const char *delim); what means char **stringp ?? Is it a pointer to a string? if i do: char lol[128]; strsep(&lol, "."); is it correct? tkx
  2. escafia

    recvfrom

    hi. i've a problem in a project i'm trying to start. main() { . . . struct sockaddr_in serv_addr, cli_addr; int sizeCli=sizeof(cli_addr); . . . recvfrom(sock, buffer,1424, 0, (struct sockaddr *)&cli_addr, &sizeCli); . . .} when i compile: servdns.c:48: warning: pointer targets in passing...

Part and Inventory Search

Back
Top