by ezio21025
mv Command using system call in C++
|
|
[2 replies] Last: Like Keskiverto said, you shouldn't be using system() but as far as th... (by giblit)
|
by alvingarlic
Playing Video in Unix
|
|
[1 reply] : There is great help here in the forums: http://boundarydevices.com/ A... (by koothkeeper)
|
by csstudent123
calculate prme numbers by threads
|
|
[1 reply] : There are lots of problems, little technical ones like what does this ... (by kbw)
|
How obtain IP address of other Pc in C++ and ubuntu 14.04 ??? |
|
[1 reply] : accept() returns the address of the client for TCP and recvfrom() for ... (by kbw)
|
by mekkatorqu
Linux GUI Lib + Compiling multiple files
|
|
[8 replies] Last: Actually, I tried out a little of Qt today, and it is also very nice f... (by newbieg)
|
by ryx
questions about some C++ library functions
|
|
[5 replies] Last: I know cin/cout are within iostream. Its possible that vectors are a s... (by axtyax)
|
by ezio21025
IP Spoofing
|
|
[3 replies] Last: An overview of the code suggests that it is based on BSD sockets. I wo... (by codeman123)
|
by sckn
basic web server blocking problem
|
|
[1 reply] : You don't close client_fd or delete cstr. And that was just a quick l... (by kbw)
|
by manny15
do i need to learn c before learning to create Linux modules?
|
|
[2 replies] Last: Almost none of the header files in the Linux kernel are C++ compatible... (by NoXzema)
|
by mogha
unzip
|
|
[3 replies] Last: It's unix/linux progamming . (by TheHardew)
|