by TheBigOnion
Communication between two applications
|
|
[2 replies] Last: What operating system and desktop environment is this for? (by PanGalactic)
|
by sysabod
Why use char placeholder[0] ?
|
|
[3 replies] Last: Typically it is a C way of saying that an arbitrary number of bytes fo... (by jsmith)
|
by balteo
boost::thread_resource_error
|
|
[1 reply] : I haven't looked into boost's thread groups, but have you tried to rem... (by kfmfe04)
|
by balteo
pthread and concurrent programming under ubuntu
|
|
[4 replies] Last: I see... thanks, J. (by balteo)
|
by Monito
Need a replacement for form (stream.h)
|
|
[no replies]
|
by c programmer
fork question using c lang, on linux
|
|
[1 reply] : You are probably using NPTL (New Posix Threads Library) as opposed to ... (by jsmith)
|
by nemobluesix
shared object problem
|
|
[1 reply] : well... in case someone is interested in the solution, this how-to cle... (by nemobluesix)
|
by jhatzics
DB2 7.2 connection from AIX
|
|
[no replies]
|
by hypnotic401
Directory Information
|
|
[1 reply] : Use the Boost Filesystem library. http://www.boost.org/doc/libs/1_3... (by PanGalactic)
|
by bear820301
Asynchronous Serial I/O
|
|
[4 replies] Last: http://en.wikipedia.org/wiki/SIGPOLL According to the above Wiki si... (by bear820301)
|
by madflame991
Pipe & Fork problem :(
|
|
[2 replies] Last: Thank you :D (by madflame991)
|
by sureshbabuc
Thread safe Pro C++ : Required
|
|
[3 replies] Last: I think you need thread pool too. You'll need to define your unit ... (by kbw)
|
by eternitus
how to read a binary file from a path?
|
|
[2 replies] Last: I'm not really sure what you think this does: #include "/home/turi... (by Galik)
|
by jasondj
Scripting Security Question
|
|
[2 replies] Last: Editing the files should be pretty simple. Just a sed script ought to... (by jasondj)
|
by gamebuster
C++ HTTP server
|
|
[10 replies] Last: Try tntnet (http://www.tntnet.org/). And sorry for the duplicate post.... (by tntnet)
|
by Uni616
Edit:
|
|
[3 replies] Last: If a bathroom administrator is added, I guess one mutex is enough to f... (by b2ee)
|
by codecaine
Mac gui root login
|
|
[3 replies] Last: My intentions are if I have a program that need to modify or access a ... (by codecaine)
|
by yman
Font drawing
|
|
[2 replies] Last: Ok, this looks very good, I just don't see the tutorials, but I hope t... (by yman)
|
by kfmfe04
Threadsafe NCurses
|
|
[12 replies] Last: Hmm... ...this is kind of a funky case where you are defining a tempor... (by kfmfe04)
|
by kicchu
best way to implement
|
|
[4 replies] Last: http://www.cplusplus.com/reference/clibrary/cstdio/sprintf/ (by Bazzy)
|