C++ Library
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
A C++ Library is a software library that is composed of C++ code.
- Context:
- It can (typically) be accessed by a C++ Program (or have library bindings).
 
- Example(s):
- Counter-Example(s):
- See: C++ Module.