newbie1
04-12-03, 03:25 PM
i have 3 questions:
1) in C (not C++) , how do you automate asterisks as the user types?
for example:
when the user types A, A will not show in output, instead an asterisk will show up, but the letter A is still in the buffer
just like a masked password
example?
2) In C (not C++) , the same as number one, but as a shadowed password?
3) In C (not C++) , for every 2 seconds i want a . (period) to show up until it reaches 10 dots, just like a progress bar or something, example?
This is only for my own knowledge, not for school or anything, i just always wanted to know the syntax for these 3 questions, i've been searching in search engines and i can't find any examples in C
1) in C (not C++) , how do you automate asterisks as the user types?
for example:
when the user types A, A will not show in output, instead an asterisk will show up, but the letter A is still in the buffer
just like a masked password
example?
2) In C (not C++) , the same as number one, but as a shadowed password?
3) In C (not C++) , for every 2 seconds i want a . (period) to show up until it reaches 10 dots, just like a progress bar or something, example?
This is only for my own knowledge, not for school or anything, i just always wanted to know the syntax for these 3 questions, i've been searching in search engines and i can't find any examples in C