Would anyone know what this kind of syntax means. Its in reference to a library I want to include in my c++ applicaiton. It takes this form. Where can I read up about this. I've tried a google search but I'm not sure what to search on.

#include <name/name.p>  //what does this mean? 

Thanks

Recommended Answers

All 3 Replies

Include the file name.p (a text file) that's in the name directory into the code.

You can try taking #include<string.h>

commented: What does string.h have to do with anything he's asking about? -3

Thanks, that makes sense now.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.