plz send me a passward protect code in c++ (visual stodio)
if i inter name and looking like ****

Salem commented: ** **** *** ******** -3
#include <iostream>

int main()
{   
    std::cout << "enter password: ";
    std::cin.get();
    std::cout << "****";
}

In other words: what have you tried so far?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.