On Tue, 2003-06-24 at 05:23, Fred Whipple wrote:
> Lazor, Ed wrote:
> > Does anyone have examples of programming a chat server on RedHat?
> > Any examples would be great, but examples of clients or servers using
> > non-blocking or asynchronous I/O would be ideal.  Anything including
> > pthreads would be heavenly. *grin*
> 
> Let me jump on this bagelwagon.
> 
> Can someone recommend a good book (or online book) dealing with 
> *current* Linux programming?  Something that perhaps forgoes 
> individualizing the n-hundred standards (POSIX, X/Open, et al) and 
> simply focuses on what seems to be more-or-less popular in developing 
> Linux appliations with gcc/g++?  "Begining Linux Programming" was fun 
> the first time around, but 5 years later it's probably not very up-to-date.
> 
> Thanks,
> 
>       -Fred

I think you may be still thinking a bit proprietary-like. ;) Aside from
standards, there is no "one way" with Linux: 

-do you want to do GUI programming? Your popular choices are GTK/Gnome
and QT/KDE:

http://developer.gnome.org/doc/API/
http://developer.kde.org/

-do you want to do systems programming? Your popular choices are good
ol' Posix libraries:

http://www.gnu.org/manual/glibc-2.2.5/html_mono/libc.html

also there are some nice C++ collections that arent yet popular, such
as:

http://www.gnu.org/software/commonc++/
http://www.boost.org/

Also it would be fruitful to search for any books released under the
Open Documentation License.

Hope that helps.

Cheers,
Ryan


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to