DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Writing drivers in C++

Choosing a C++ version

Language feature selection
    Exception handling
    Run Time Type Information (RTTI)
    Local static variables with dynamic initialization
    Static objects with constructors or destructors
    Operator new and delete
    Templates

C++ standard library
    Runtime support routines

Driver name space issues

Compiling, linking, and debugging

Performance considerations

Known problems