0
I want to add string in turbo c++ plz tell how i add string in turbo c++; in c++
application using = turbo c++ want to use in =c++
8 ответов
0
#include <string>
?
0
I add this but there is error I using turbo c++
0
error is
unable to open include file 'string'
string cannot start a parameter delaration
type name expected
declaration missing ;
undefined symbol 'name'
0
Does your code have to be in turbo? Apparently it's so old it doesn't even use standardized c++, hence the random errors like this.
0
ya because of my clg says that use tubo c++
0
Ok, I've read a little and the issue is that string type didn't exist at that time. You have to make either your own string class or use char arrays like in ye olde times
0
ya I want use arrey but how can I do give me the code !!
0
thanks if it's correct I reply you when I going to compile tnx bro