Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~563 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c++ x 2
c x 1

3 Posted Topics

Member Avatar for Raiders

[COLOR=Blue][FONT=Arial Black][SIZE=5]:idea: [COLOR=Blue][FONT=Arial Black][SIZE=4][FONT=Arial][SIZE=2]hi everyone, i need some help. My question is , if i want to input a password which is 123456, how do i output the password on the screen using ****** instead of 123456. Do anyone know how to create the source code ???[/SIZE][/FONT][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR]

Member Avatar for Dave Sinkula
0
204
Member Avatar for WrEcK

Hi there, hopefully my this simple program will help you out........Actually it is almost as same as your's but i did lots of changes. The word in magenta , i think is ofstream instead of ifstream. :mrgreen: #include <iostream> #include <iomanip> #include <cstdlib> #include <fstream> using namespace std; void readStoreCount(); …

Member Avatar for Raiders
0
157
Member Avatar for anastacia

i already saw ur program.... u miss a curly braces after ur getch();..... i solve 1 problem but wat is this "clrscr();" ??? it is clear screen ??? if it is ..... it should be system("cls");

Member Avatar for acsinha
0
202

The End.