How to write a port scanner in C++ for LinuxIf all you are doing is calling socket() and bind(), non-blocking won't really help, as they usuall...
stringstream problemThat makes sense now, thanks
stringstream problemThat doesn't seem to work. It compiles OK but the operator>> after the reassignment of str() is fai...
HOW CAN I USE FORK,SLEEP,WAIT AND WRITE IN A PROCESS WITH FATHER AND SON..??There is a thread in this forum about forking processes: http://www.cplusplus.com/forum/unices/4568...
stringstream problemAh right, thanks. I had always thought the str member was read only access.