First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
poll [was:poll and if]
I erased the original client attempt and re-wrote it. I get a seg fault again. It is interesting though when I turn on my modem and a connection is made I get an error concerning connect() and operation in progress. There is an error in the program somewhere. I have alot more reading to do but in short I mu... 6 May 2010 17:37
ANN: Seed7 Release 2010-05-02
Hello, I have released a new version of Seed7: seed7_05_20100502.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in plac... 2 May 2010 16:28
poll and if
#include "main.h" #include <sys/poll.h> static struct pollfd po[1]; static struct addrinfo ad, *p; static int sock, con; static char buf[1024] = "hello world"; int client(char *ip, char *port) { ad.ai_family = PF_INET; ad.ai_socktype = SOCK_STREAM; getaddrinfo(ip, port, &ad, &p); sock = s... 4 May 2010 08:58
Earn money while u sleep
Eaen money go to this site www.website.ws/abdullah08 www.photo09.net join the team start earning ... 2 May 2010 02:19
experienced opinions
I would like to know from those out there which they have used most easily for internet sockets; select() or poll() ? From what I've been reading from this page http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html#poll I am leaning more towards poll(). I have finally completed my first server si... 13 May 2010 00:44
Agena - a new procedural programming language
Hello, I would like to introduce you to a new language called Agena. Agena is an easy-to-learn procedural programming language designed to be used in scientific, educational, graphical, and many other applications, including scripting. Its syntax resembles very simplified Algol 68 with elements taken from M... 30 Apr 2010 08:22
Suppressing Unwanted Output to stdout And/Or stderr
I've been provided with a library where a debugging statement was left in so that it emits a single debugging line to stdout or stderr when a certain function is called. I'm not able at this time to get a recompiled version of the library with the debugging statement removed. Is there a way to turn off writ... 3 May 2010 13:09
SPAM
SPAM ... 29 Apr 2010 08:58
A CR inside a makefile in-rule command
Assume I have some file foo.txt like this: --8<--------------cut here---------------begin-------------->8--- Foo Bar --8<--------------cut here----------------end--------------->8--- and then under Bash I type this: --8<--------------cut here---------------begin-------------->8--- cat foo.txt | a... 29 Apr 2010 16:55
Automake Conditional and ARG_VAR Question
Hello, I'm working on a project that we are converting to autotools and I had a question. If this is the wrong place to ask these please direct me to the right location. Our project has a particle feature with three posible states: STATIC, DYNAMIC, or NONE Ideally we would like the build to be like: ../confi... 27 Apr 2010 19:04
First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28