Answers for "install c++ library windows"

C++
1

install c++ library windows

The .dll can go in any directory listed in your PATH environment variable.

The .lib file can go in any directory listed in your LIB environment variable.

The .h files can go in any directory listed in your INCLUDE environment variable.
Posted by: Guest on October-06-2020

Browse Popular Code Answers by Language