Hey guys I am pretty new to c++ programming and would like some advice . Basically I am busy with string manipulation , I need to write a code that will delete every odd occurrence (1,3,5 ext) "t" in a string . Can you please help me with reference my current code is. Also how do I add a character at every even(2,4,6) "t" not deleted?