Hey, im really new to c++ im in like a class right now at my school, but anyway. I use Larewnseville press textbooks they have an lvp folder. and i downloaded that from their site. its libraries for the include statements, anyway whenever i try to incluse the lvp/string library it gives me these errors:
Hey, im really new to c++ im in like a class right now at my school, but anyway. I use Larewnseville press textbooks they have an lvp folder. and i downloaded that from their site. its libraries for the include statements, anyway whenever i try to incluse the lvp/string library it gives me these errors:
What the heck is a "lvp/string" library ? I've never heard of that.
By the looks of those errors, I would say that you are missing the string header file. Another words, write "#include <string>" at the top of your C++ file.
Imo, this belongs in the Non-Visual C++ forum, :shrug: .
Well...it looks you are missing some header files here...make sure you have set the path to the include directory within the project options and that the appropriate header is actually being inlcuded in 'string.cpp'...
Ciao, Andreas
"Software is like sex, it's better when it's free." - Linus Torvalds
Bookmarks