What types of applications is C++ best suited for?
C++ is best suited for large and complex applications that will typically have a long life and are expected to be enhanced significantly over time. OO languages are better equipped to deal with the logistics of implementing larger and more complex applications. GUI applications are a good example of complex programs that are better handled with C++ than C.