header - Working with .h and .lib files in c++ -


i have problem, have few header.h files , 1 library.lib file , nothing more. possible execute functions header files in new project?

thanks answers :)

"is possible execute functions header files in new project?"

yes it's possible. you'll need put #include "xxx.h" statements, need function declarations call them, , link executable .lib file.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -