Third-party C++ libraries in general are very useful. They provide us with types, algorithms and utilities that are not provided by the standard library alone and save us from continually having to "reinvent wheels". The standard library is specifically intended to be used by the vast majority of programmers across all fields of programming, whereas third-party libraries tend to be more specialised, providing support for graphics, sound and other proprietary hardware as well as types and algorithms that have more limited uses. However, although the Boost library is highly-specialised across a wide range of programming disciplines, many of its features have been incorporated into the standard library over the years. In some ways, the Boost library can be seen as a test-bed for future versions of the standard library as well as the language itself. However, due to its specialised nature, it will always remain separate from the standard library. Nevertheless, the Boost library is widely used and, if there's a feature you require that is not provided by the standard library, you will invariably find the Boost library either provides that feature directly or a third-party library makes use of the Boost library in order to provide that feature.
goo bah tazzy!
With platform-dependent libraries.
Good depends on what you need... Boost is a very popular library that has many useful features like Regex and so forth. There are Windows OS specific libraries as well such as windows.h and winnt.h among others. It all depends on what you want to do. If you want to do math you might want to include cmath. If you want to work with sockets you would need winsock or sys/socket.h & netinet/in.h & netdb.h. It's all up to you...
Are very useful. Examples: & | ^ ~
This will depend upon whether the applications written in C or C++ have the correct runtime libraries on the target machine. The languages themselves make no difference.
first learn how to ask questions
That should be all you need :)
There is no 'get' in the standard libraries, but for 'getc', 'getch', 'getchar', 'fgetc' etc you can find useful information in the help/manual.
It containts vitamin A, C and E
C++ is not platform-dependent. All you require is a compiler that supports the platform. Platform-specific compilers will generally include platform-specific headers and libraries.
C Plus Plus, or C++ is an intermediate-level computer programming language. It was developed by Bjarne Stroustrup starting in 1979. You can practice C Plus Plus at a site such as Cprogramming.
It probably can with the appropriate libraries and phone emulator, but you'd be much better off using a more generic version of C++, or one that is more specific to the platform, such as Symbian C++.