send me a program to remove unnecesary space from a string in turbo c++

Recommended Answers

All 5 Replies

What do you mean by unneccesary? You can use the std::string library.

Member Avatar for iamthwee

Does turbo c++ even support c++ style strings? My guess is you'd have to use char arrays or switch to something better than turbo c.

Does turbo c++ even support c++ style strings? My guess is you'd have to use char arrays or switch to something better than turbo c.

Who knows? I have never used anything other than the Microsoft Compiler. Don't people know that you can get much better compilers free? I usually don't answer turbo c threads, and you can see why. :-|

Of course the OP could attempt to write the program himself:rolleyes:

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.