by oxyg3n
Looking for a mentoring
|
|
[1 reply] : I have a linux file manager that I am working on. https://launchpad.ne... (by strongdrink)
|
by unregistered
qn on zombie processes
|
|
[6 replies] Last: then in what circumstances are zombies or orphan processes created? ... (by closed account z05DSL3A)
|
by ccund001
grep
|
|
[6 replies] Last: Just a fix I just came up with, you should replace the dot after wit... (by hanst99)
|
by unregistered
Why doesn't pthread_cond_wait return when the program receives a signal?
|
|
[1 reply] : The man page specifically says the function will not return (ie, no... (by jsmith)
|
by unregistered
Do I need to lock a shared variable of type volatile sig_atomic_t in a multithreaded program?
|
|
[3 replies] Last: Let's say I have a volatile sig_atomic_t variable that currently has t... (by jsmith)
|
by ttueres
Endian Swap - Big Endian System
|
|
[1 reply] : MSB on the left. (by jsmith)
|
by pchahar
shared libraries in C++
|
|
[4 replies] Last: Just FYI, there are other (arguably better) alternatives to using LD_L... (by moorecm)
|
by Garrappachc
SOIL problem
|
|
[1 reply] : Ok, I found it. I just change the command to: <code>g++ -I/usr/include... (by Garrappachc)
|
by bomatom
64bit binary string to double
|
|
[7 replies] Last: If all possible return values are valid, to return errors you can eith... (by Zhuge)
|
by gedas
Embedded C pulse counter
|
|
[no replies]
|
by flldom001
pthread: return vs pthread_exit(), and the value returned
|
|
[2 replies] Last: Hi, sorry , I realise I posted in the wrong section, so I posted here.... (by flldom001)
|
by unregistered
having server start|stop|restart mechanisms
|
|
[11 replies] Last: Using OS provided signals works but an alternative solution is for you... (by sohguanh)
|
C++ network programming |
|
[8 replies] Last: Not providing any solution here but just want to recommend messaging s... (by sohguanh)
|
by asdf
Cobweb
|
|
[1 reply] : See "How cobwebbing works" in the same article. (by hanst99)
|
by Pok
UDP Client Server Program
|
|
[3 replies] Last: I've had another look at this, and looked at the definition of struct... (by kbw)
|
by unregistered
locking the end of the file for appending
|
|
[7 replies] Last: say I have these values, l_whence = SEEK_END; l_start = 0; l_len = ... (by unregistered)
|
building and distributing in Linux |
|
[4 replies] Last: There may be problems if you use a different library version than the ... (by Bazzy)
|
by simonrodan
memory leak - possible bug in <string>?
|
|
[6 replies] Last: It's the scope of your variables. the first calls the destructor at... (by bigearsbilly)
|
by Johnnyboy
who cmd into an array
|
|
[2 replies] Last: I always like to use popen() in these situations. Do a man on popen. ... (by kooth)
|
by suhastheju
alternative for ungetch( ) in UNIX
|
|
[1 reply] : http://pubs.opengroup.org/onlinepubs/007908799/xsh/ungetc.html (by kbw)
|