[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Common C++ Socket
From: |
Pierre Bacquet |
Subject: |
Common C++ Socket |
Date: |
Mon, 13 Aug 2001 15:25:28 +0200 |
Hello,
I have reported on the 6 Aug a problem (or what seems to be a
problem) with CommonC++ TCPStream on Solaris (see below the beginning
of my previous mail). This problem occurs with << operator and
getline method.
I will just add to my previous posting that the problem also
occurs on Windows with cygwin environment.
Is it a known bug ?
Does sbdy have a working example of TCPStream showing the use
of << or getline ?
Greetings,
Pierre Bacquet.
=================================================================
I am using CommonC++ version 1.5.0 on a Solaris box with gcc, wiz .
% uname -a
SunOS neptune 5.6 Generic_105181-12 sun4m sparc SUNW,SPARCstation-5
% gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.3/specs
gcc version 2.95.3 20010315 (release)
I have tried the TCP stream class with a C++ client (using CommonC++) trying
to connect
to a C++ (actually old C code but in a .cpp file) server (using BSD sockets
just to see where
can be the problem). The client + server + Makefile are attached to this
mail.
=================================================================
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Common C++ Socket,
Pierre Bacquet <=