Welcome to C++ World
Instead of worrying about the hairy details of socket
programming use our library. The free socket library Com++ has reached stable beta state.
Read more here or go directly to
download.
Read more about C++ socket programming
Programming C++ is becoming more and more popular. Get info and book recommendations
here.
The Standard Template Library (STL) is a popular basic C++ framework.
It contains useful template classes like vectors (arrays), lists,
maps, etc. Also iterators, algorithms, ... and last but not least a powerful
string class.
Boost is a popular framework which covers generic functionality as well.
The Unix Programming Environment running on GNU/Linux provides developers
with eveything they need: The GNU Compiler g++
(more),
The GNU Debugger gdb (more),
ddd the popular GUI frontend (more),
emacs (more),
curses (more),
kdevelop (more)
.
The popular IDE is - after making many Java programmers happy - now entering the
C++ space as well. Very convenient. Try it out.
The Apache Project provides us with a comprehensive and high quality
XML framework.
Expat is another XML scanner. Easy to use and understand it is very popular, but
trades some lack in features.
Recommended books, tutorials to support people who are learning C++.
Special consideration is given to C++ on different platforms to support developers in their effort of writing portable code.
Lots more
C Programming,
C++ Programming, Tools,
Books, IDE's,
documentation
and much more.
Franz Brandel