by DanielGr
Circular static libraries
|
|
[9 replies] Last: I think this is exactly the problem. I'd post the compilation line, bu... (by DanielGr)
|
by kevinchkin
fcntl() + Blocking
|
|
[3 replies] Last: Just wait until you learn the wonders of poll(2). :-) (by PanGalactic)
|
by jamevaalet
activation of wireless lan in fedora 8
|
|
[2 replies] Last: For us to help you, give us more specific information. What I would... (by DrunkProgrammer)
|
Storing the output of a system command that uses an awk loop |
|
[4 replies] Last: The return type of the function doesn't say anything about the data th... (by Disch)
|
by Uriziel
Timer
|
|
[1 reply] : When you say "doesn't interrupt", do you mean "won't pause other proce... (by PanGalactic)
|
by rmcarlsson
Threading in C++
|
|
[5 replies] Last: I would suggest you stick to pthreads in linux. It has everything you ... (by Biju Scaria)
|
by jamevaalet
how to program graphics in gcc
|
|
[4 replies] Last: you need to learn some basic maths also to program in opengl. a couple... (by writetonsharma)
|
by lihle
graph programming
|
|
[1 reply] : Wtf are you talking about. (by closed account S6k9GNh0)
|
by jamevaalet
tool for converting c cyntax to c++ syntax
|
|
[13 replies] Last: Try to see if you find anything useful with Google http://www.google.... (by Bazzy)
|
by mietas
Russian (cyrilic) characters in console application
|
|
[3 replies] Last: UPDATE: found the answer To print unicode characters with ncursesw ... (by mietas)
|
by linux007
Need Comments for EDCF protocol code for Network Simulator program
|
|
[no replies]
|
by vijkrr
How to monitor a folder using C++
|
|
[5 replies] Last: It's possible you don't have FAM installed. You'll need to do that fi... (by kbw)
|
by abhiiyer102
What's the #if and #endif stand for?
|
|
[1 reply] : lines starting with # are for the preprocessor; #if,#else,#elif,#ifdef... (by Bazzy)
|
by mathieu07
cout not working
|
|
[1 reply] : Sounds like you want popen2() functionality. This site provides a goo... (by PanGalactic)
|
by snobrder218
Having problem with Unqualified-ID Error.
|
|
[1 reply] : You are missing ending semicolons on two of your function declarations... (by PanGalactic)
|
Which version of g++ is used for compilation. |
|
[2 replies] Last: Thanks for the suggestion.. will do this on monday.. as i'm enjoying m... (by writetonsharma)
|
by Kiousu
Why am I getting a segmentation fault?
|
|
[4 replies] Last: Never mind, I fixed it, I changed up the main program. int main ()... (by Kiousu)
|
by kevinchkin
Socket Connection
|
|
[6 replies] Last: Hi Guys, Thanks for the reply. It turns out that the problem was trivi... (by kevinchkin)
|
by mathueie
file not recognized: File format not recognized
|
|
[1 reply] : http://gcc.gnu.org/ml/gcc-bugs/2009-03/msg00177.html Seems you mess... (by closed account S6k9GNh0)
|
by quant
child from user, how?
|
|
[3 replies] Last: After you fork(), in the child process call setuid() or seteuid() (as ... (by jsmith)
|