bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a tcp server+client demo


From: Pavel Tsekov
Subject: Re: a tcp server+client demo
Date: Thu, 13 Sep 2001 10:19:27 +0200

Hey, April :)

April Lim wrote:
> 
> Hi,
> 
> I went through the demo but I can't compile my own
> file in my own directory.
> How to compile my own file without using the "make"
> command at demo directory???

Yes there is. Btw did you configured, build and installed the CommonC++
library as I told you
before ?

After successful build there is a file created in the "bin" directory
(non existent in the tarball) under the CommonC++ directory named
"ccgnu-config".
This is a shell script the otput of which you can use as command line
parameter to "g++" to make it properly compile and link programs which
use the 
CommonC++ library. If you still have problems please feel free to
contact me.

> 
> In addition, it's very confusing using common c++. Is
> there any detailed document on the various classes???

Hmm.. did you looked at the doc/html/ subdirectory of the CommonC++ ?
All the classes are described here.
You need to open the annotated.html in this folder.

> 
> Is it possible that I copy those include files (.h and
> .cpp) and compile with my own file using "g++"
> command???
> 
> regards,
> April
> 
>  --- Pavel Tsekov <address@hidden> wrote:
> > Hey, April :)
> >
> > You better start looking in the "demo" folder found
> > ind the CommonC++
> > directory... There are some good examples there
> >
> > April Lim wrote:
> > >
> > > Hi all,
> > >
> > > Can anyone give me a simple example on how to
> > write
> > > the server+client code using common c++?
> > >
> > > I'm using Linux RH system.
> > >
> > > I just want to know how to setup a connection with
> > the
> > > server and begin reading and writing.
> > >
> > > thanx
> > >
> > > regards,
> > > April



reply via email to

[Prev in Thread] Current Thread [Next in Thread]