Trying to teach myself C++ and running into a few questions so I thought maybe some of you guys could help me out here 
I come from a C# background so some of the syntax is rather familiar(obviously), in fact I think the biggest learning curve is learning what libraries I need to include for the purposes I need!
Anyway my question is, can I use a C header file in C++? More specifically could I simply include http://developer.spotify.com/en/libspotify/overview/ in a C++ project and it would just simply "work"? Or do I need some sort of wrapper for it?

I come from a C# background so some of the syntax is rather familiar(obviously), in fact I think the biggest learning curve is learning what libraries I need to include for the purposes I need!
Anyway my question is, can I use a C header file in C++? More specifically could I simply include http://developer.spotify.com/en/libspotify/overview/ in a C++ project and it would just simply "work"? Or do I need some sort of wrapper for it?