954,535 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

remove unnecesary space from a string

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

anyone
Newbie Poster
2 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

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

WolfPack
Postaholic
Moderator
2,051 posts since Jun 2005
Reputation Points: 572
Solved Threads: 115
 

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.

iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
 
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. :-|

WolfPack
Postaholic
Moderator
2,051 posts since Jun 2005
Reputation Points: 572
Solved Threads: 115
 

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

Ancient Dragon
Retired & Loving It
Team Colleague
30,050 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

> send me a program to remove unnecesary space from a string in turbo c++
Who gets to decide what is "unnecesary" ?

Read this
http://www.daniweb.com/techtalkforums/announcement8-2.html
Then make an effort.

Salem
Posting Sage
Team Colleague
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You