User profile: janra

User info
User name:janra
Location:Lincoln, UK
History
Joined:
Number of posts:7
Latest posts:

How to write a port scanner in C++ for Linux
If all you are doing is calling socket() and bind(), non-blocking won't really help, as they usuall...

stringstream problem
That makes sense now, thanks

stringstream problem
That 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 problem
Ah right, thanks. I had always thought the str member was read only access.