![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passing argument to a pl/sql block | er_ashu | Shell Programming and Scripting | 2 | 05-02-2008 08:42 AM |
| Passing more than one argument in a function | jisha | Shell Programming and Scripting | 1 | 04-23-2008 03:05 AM |
| Argument passing using for or while loop | jisha | Shell Programming and Scripting | 4 | 04-08-2008 09:21 PM |
| passing argument into awk | prkfriryce | Shell Programming and Scripting | 4 | 02-01-2007 12:44 PM |
| Passing argument from one script to other | lloydnwo | Shell Programming and Scripting | 3 | 10-27-2005 11:06 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
gcc gime me this error
warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness when I try to compile the code below: Code:
int sock, client_len, fd, i, errore;
struct sockaddr_in server, client;
int counter=0;
int risorse[NR]; // Risorse
char filename[FILENAME_SIZE]="EsameServerLock";
int fdMutex;
fd = accept(sock, (struct sockaddr *)&client, &client_len)
|
| Forum Sponsor | ||
|
|