Hello,
I've been writing a library lately for my C++ computer class. I would like to put all my .lib and my header files inside a folder outside the project that's going to be calling the library. How can I call the library header files using the < > operators instead of the " "?
I'm using visual studio [specifically VS03]
Thanks, Y_Y