18 Sep
2013
18 Sep
'13
12:32 p.m.
Hi, In the following simple code: tcp::socket socket(ios); ... const bool iso1 = socket.is_open(); socket.close(); const bool iso2 = socket.is_open(); I get: iso1 == iso2 == true Why? Thanks. -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/ ___________________________________________________ Another online IDE: http://liveworkspace.org/