by jimctu
gcc library question
|
|
[1 reply] : There are a couple of ways to do this: when linking: g++ -R<path_to... (by PanGalactic)
|
by Aazor
Segmentation fault error
|
|
[5 replies] Last: ok thank you guys very much! (by Aazor)
|
: operator (colon) |
|
[3 replies] Last: Correct. (by kbw)
|
by tomtforever
question about reusing a nonblock file descriptor for epoll
|
|
[no replies]
|
by edo1080
xml-xalan-c make errors
|
|
[1 reply] : Have you asked on the xalan developer forum? http://xml.apache.org/... (by PanGalactic)
|
by kevinchkin
Arguments to signal handler
|
|
[2 replies] Last: Ah that's not good :-( Anyways, thanks for the reply jsmith (by kevinchkin)
|
by woods2001
pthread_exit((void *)0)
|
|
[2 replies] Last: thanks,KBW i forgot I used a local variable :int i; i will see the e... (by woods2001)
|
Programming with G++ |
|
[13 replies] Last: Look, as a new Linux programmer you could try this thread http://ubunt... (by ridowan007)
|
by herat007
Getting *** glibc detected *** free(): invalid next size (normal):
|
|
[5 replies] Last: At first glance there seems to be a number of potential pitfalls. F... (by jsmith)
|
by devas
collect2 error
|
|
[1 reply] : I do not see you linking against X_Module.o which contains the impleme... (by jsmith)
|
by Robertlzw
SOAP / WSDL for designing a web portal on Linux/Unix
|
|
[no replies]
|
by rhine2
Calculate ISP speed
|
|
[4 replies] Last: Or you could use Beej's guide to network programming (which is centere... (by chrisname)
|
by CD4
anything that displays parameter list as we go on coding?
|
|
[2 replies] Last: Eclipse and NetBeans do this to an extent if I remember. I can't remem... (by closed account S6k9GNh0)
|
by CD4
copying data from file to anothr file
|
|
[4 replies] Last: hello duoas.. i am a coplete newbie so its not getting clear.. i re-wr... (by CD4)
|
by herat007
Segmentation fault while reading a binary file
|
|
[3 replies] Last: @dkalita and @kbw.. I tried that .. that was the first thing i made bu... (by herat007)
|
by maclover201
SDL_ttf linking error using TTF_GetFontKerning among others
|
|
[1 reply] : What does your link command look like? And are you "installing" your v... (by ioctl)
|
by ronycsdu
Problem with string and segmentation fault in UDP sockets
|
|
[2 replies] Last: A common(and dirty) way to achieve the serialization/deserialization y... (by ioctl)
|
by xcoder
gtk + linux
|
|
[3 replies] Last: If you want all the pointers to be passed to the timer callback withou... (by ioctl)
|
by schliz
IPC Question
|
|
[1 reply] : stdout is (usually) buffered by default. Try setvbuf(stdout,NULL,_ION... (by ioctl)
|
Creating new process |
|
[7 replies] Last: Shared memory could be an option as well I guess. And pipes aren't all... (by ioctl)
|