Angella Andrea - English Blog

Infinite passion for software development !
posts - 15, comments - 20, trackbacks - 16

C++

Adding libraries and headers in Visual C++ 2010

When you need to use a library in your C++ application you should tell the following things to the compiler: The name of the lib file The folder where to find the lib file The folder where to find the header file In this post, I show how you can do this using Microsoft Visual Studio 2010. All the options are available as Properties of your current project. Right click the project name under the Solution Explorer and select Properties from the dropdown menu:...

posted @ sabato 29 maggio 2010 15:11 | Feedback (1) | Filed Under [ C++ ]

Powered by:
Powered By Subtext Powered By ASP.NET