How do i install c++ a library?

if i want a new library like #<3y3rt762> you know.i have microsoft visual c++
What did you say?
Download the library. The library will have some of the following things; header files, compiled dynamic library files, compiled static library files, plain source code (*.cpp files).

Put them in the appropriate places. Tell your compiler where you put the headers, tell your linker where you put the compiled library files. Done.
Topic archived. No new replies allowed.