by alice
dlsym() not finding symbols
|
|
[5 replies] Last: I'm not aware of any. cxxabi.h defines the demangle function, but n... (by jsmith)
|
by lipune
unix command
|
|
[2 replies] Last: echo $SHELL will give you the current shell you are working with. Als... (by nagubadi)
|
by lionel743
HOWTO : Validating of XML with XSD
|
|
[no replies]
|
by BrianM25
threads, signals, and queues
|
|
[2 replies] Last: Thank you for your reply. I did look into the pthread_sigmask but c... (by BrianM25)
|
by theChameleon
Sockets over the 'net.
|
|
[4 replies] Last: Unfortunately I don't know how you will get the IP/port you need. The... (by jsmith)
|
by renegade007
Problem with Shared Memory
|
|
[no replies]
|
by tnjones
How to use select() with sockets
|
|
[1 reply] : Sockets are just file descriptors, so use select() like with any file ... (by Daper)
|
wish to learn unix |
|
[5 replies] Last: Opensuse is a great distro for linux noobies. If you use the gnome ver... (by Cerburos)
|
by ljshap
List of running applications/programs
|
|
[4 replies] Last: Just don't give up, and good luck :-) Thanks for your encoragem... (by ljshap)
|
by tnjones
How to work with system calls in linux using C++
|
|
[4 replies] Last: Also, if you are looking for a way to just read the output of the syst... (by justind)
|
by dave247
trying to make a script to go thru multiple files and pull out #'s
|
|
[1 reply] : Is there any reason not to use find & sed? If there is, read the di... (by exception)
|
by sankari27
to make "read()" no return until read all the bytes requiered
|
|
[1 reply] : Why don't you just write a wrapper function for read that doesn't retu... (by jsmith)
|
by softech
Segmentation fault outputting dynamic array
|
|
[2 replies] Last: You are walking past the end of your cName array inside your first whi... (by jsmith)
|
by zakkhoyt
Eclipse Debug Stepping is Madening!!!!
|
|
[3 replies] Last: Please don't make multiple topics regarding your issue. Your issue ... (by Zaita)
|
by kavithada
reg- simulating task using c++ threads on Linux platform
|
|
[1 reply] : http://www.boost.org/doc/libs/1_35_0/doc/html/thread.html (by Zaita)
|
by deepati
Regarding Shared Memory
|
|
[1 reply] : http://www.ibm.com/developerworks/linux/library/l-syncevent.html?ca=dg... (by Zaita)
|
by aghashahi
How to detect usb storage arrival and its mount path from C
|
|
[3 replies] Last: English please. And yes, that other question is debatable. However,... (by Zaita)
|
by aghashahi
How to enumerate USB Mass Storage devices?
|
|
[no replies]
|
by Threepwood
Send random numbers as udp
|
|
[no replies]
|
by ppmim
System call and DMA blocking
|
|
[1 reply] : Yes, there is the exec*() family of functions, but system() more than ... (by jsmith)
|