Java packages vs. C++ libraries

后端 未结 6 1860
死守一世寂寞
死守一世寂寞 2021-01-18 08:52

In Java, there is what is called package. Does library in C++ represent the same meaning, especially in terms for example

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-18 09:12

    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.

提交回复
热议问题