If I were to claim I knew C++, what libraries would you expect me to know?
        Posted  
        
            by 
                Peter Smith
            
        on Programmers
        
        See other posts from Programmers
        
            or by Peter Smith
        
        
        
        Published on 2011-02-08T02:49:03Z
        Indexed on 
            2011/02/08
            7:32 UTC
        
        
        Read the original article
        Hit count: 382
        
I'm unsure as to the definition of knowing a programming language, so I'm picking C++ as an example. How much does it take to someone to be qualified as knowing C++?
- Should they just know the basic syntax?
 - Template and generic-programming?
 - Compiler flags and their purposes (Wall, the difference between O1, O2 and O3)?
 - STL?
 - Garbage collection strategies?
 - Boost?
 - Common libraries like zlib, curl, and libxml2?
 
© Programmers or respective owner