how to delete a topic uploaded on cplusplus.com

hello everyone:

Can anyone tell me how to delete a topic which has been uploaded.
Last edited on
You can probably check if the backspace character was pressed using an if statement.

 
if (ch == '\b')
Last edited on
Topic archived. No new replies allowed.