Hello this is my Code for masking input
and the only problem is when i hit backspace it does delete a character from the string but it doesn't delete a asteriks from the screen
#include <iostream>
#include <conio.h>
#include <string>
using namespace std;