Thread-safe programmingThank you for the reply. I ended up connect()-ing to the destination host and using send/recv. It wo...
Segmentation fault (core dumped) ( 64 bit)Hello. Try compiling with debug symbols (Debug mode in Qt-Creator) and press the Debug button in the...
Thread-safe programmingGreetings! I wrote a ping library for Linux using raw sockets to use in my application (piping ping...
Dotted IPv4 address reversed with inet_addrGreetings, I'm using Visual C++ 2010 express from microsoft and am trying to write a dll library for...
Program structure optimizationI'm using a 4-column table and a std::list<Properties> to get the job done. The resulting is fast an...