I had to write a prog. to accept a string and then change every uppercase to lowercase, space to "#" and fullstop to "@" but after compilation the program displays the exactly same inputs without any change...PLS HELP !!! URGENT...
@krofna....thanks a ton...but ur program has 8 errors...and when I run it on turbo c++ it is unable to detect the header file cctype!....also...I had three conversions to be made ..u missed the other 2 ! but anyways...thank u so much !
Turbo C++ is really old!(but we are made to use it in school as well). You should also have one modern IDE (Like Visual C++ Express)
After changing Krofna's code for Turbo C++, it will be: