In Java, there is what is called package. Does library in C++ represent the same meaning, especially in terms for example
Java
package
library
C++
I guess it is more related to namespaces in C++. Java and C++ both use libraries. Library can be any independent set of classes[probably a framework] which can be accessed in our code.