Search Results

Search: Posts Made By: dmaftei
Forum: Programming 05-01-2002
6,598
Posted By dmaftei
gcc -g ...
gcc -g ...
Forum: Programming 05-01-2002
14,449
Posted By dmaftei
curl.haxx.se
curl.haxx.se
Forum: Programming 05-01-2002
2,244
Posted By dmaftei
Re: Three Questions
Use Qt ( www.trolltech.com ).
Forum: Programming 05-01-2002
5,072
Posted By dmaftei
Re: lets see
if (!isdigit(vert))
printf("Invalid input (enter a number)");
else if (vert > 3)
printf("blah blah...");
else if (vert < 1)
printf("blah blah...");
else
{
/* do your stuff here */
}
Forum: Programming 05-01-2002
28,031
Posted By dmaftei
Replace struct hostent * Host = (struct...
Replace

struct hostent * Host = (struct hostent * ) malloc ( sizeof ( struct hostent ));

with

struct hostent* Host;

and you should be OK.
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 01:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy