by tnjones
How to write a port scanner in C++ for Linux
|
|
[9 replies] Last: If all you are doing is calling socket() and bind(), non-blocking won'... (by janra)
|
by tnjones
How to use poll() with non-blocking sockets
|
|
[no replies]
|
by tnjones
How to open mutli sockets at once in C++
|
|
[1 reply] : google "Multi-threaded C++" (by Zaita)
|
by gumlucin
HOW CAN I USE FORK,SLEEP,WAIT AND WRITE IN A PROCESS WITH FATHER AND SON..??
|
|
[2 replies] Last: yes you are right.. it will sleep 90 seconds,60 seconds,30 seconds, n... (by gumlucin)
|
by HeatMan
Linux
|
|
[7 replies] Last: As a first go at Linux, I think Ubuntu would be a good choice. (by bnbertha)
|
Command fork() - getting the PID of the child process |
|
[7 replies] Last: You already have the pid #include <sys/types.h> #include <signa... (by bnbertha)
|
by shamilsha
What I need to be Unix experience
|
|
[1 reply] : (1) When moving from windows to unix what changes I will encounter. ... (by Zaita)
|
by sgssergio
How I do debugging multiprocess code?
|
|
[1 reply] : No Debugger is really any good at debugging multiple threaded code. GD... (by Zaita)
|
by Cnot4me
Determine number of combinations given a parameter?
|
|
[3 replies] Last: Sorry I wasn't specific enough. I am coding this into a C program. I... (by Cnot4me)
|