++Skype is a C++ library for skype add-on platform independent software development.
++Skype library is platform independent, easy to use, and easy to extend because of the flexible library design, inspired by modern C++ design ideas.
Performance is one of the goals: only compile-time polymorphism is used. The library license allows you to develop freely redistributed applications without any fee.
Here are some key features of "plusplusSkype library":
· Platform independent (Now only linux and windows platforms are supported, but we are looking into the future! Smiling);
· Easy to use;
· Easy to extend because of the flexible library design, inspired by modern C++ design ideas;
· Perfomance was on of our goals - only compile-time polymorphism is used;
· Library license allows you to develop freely redistributed applications without any fee;
· Open source.
What's New in This Release:
· X11 Protocol support is included in the Linux implementation of the library.
· D-BUS library is no longer a requirement.
· You can remote control Skype via the X11 protocol.
Product's homepage