so as a lot of you may know I have been programming on and off in C++ for two years,and this is the first time I have ever used static libraries,I know what they are used for etc but have never implemented my own,
so I wanted to test the waters and try to see how they are written with a very simple static library file
it was originally saved as a .c file but I renamed it to a .cpp file
and when I build the project an alert comes up saying I must select a host application to run a library,
any idea what is going wrong? it's probably something simple