Hi, I want to use strings in my program. I dont know what the library file for stings are. At school, I use :
#include "apstring.cpp"
But that file is not availabe in Dev-C++. Does anyone know what the file name is so that I can include it and get on with my work. Thank You.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I want to use strings in my program. I dont know what the library file for stings are. At school, I use :
#include "apstring.cpp"
But that file is not availabe in Dev-C++. Does anyone know what the file name is so that I can include it and get on with my work. Thank You.
What is it that you wish to do with strings.
replyposter1
Also to anwser your question.
#include <string>
replyposter1