UNIX (Linux, BSD, etc) Programming :: UNIX
Hello.
I am a Win32 platform C++ programmer. One of my interest now is programming in the UNIX platform. I have several questions.
First off, I am not interested in scripting, per se, but rather real-world software design and implementation.
In UNIX, what tools including libraries, IDE, and compilers, are used when developing client/server application running both as a service and GUI?
What books do you recommend for developing client/server applications in UNIX using C++ that go over subjects such as multithreading, sychronization, multiple processes, services, and GUI?
Thanks,
Kuphryn
Re: UNIX (Linux, BSD, etc) Programming :: UNIX
Quote:
Originally posted by kuphryn
What books do you recommend for developing client/server applications in UNIX using C++ that go over subjects such as multithreading, sychronization, multiple processes, services, and GUI?
Thanks,
Kuphryn
I'd suggest U the books by R. Stevens:
http://www.kohala.com/start/#books
Another one is worth to srart with is:
http://www.amazon.com/exec/obidos/tg...57412?v=glance
There are lots of free e-books and documentation via the web. Just search.