S
Sam Hu
Hello,
I am always wondering,in many console apps I have ever seen,how one
can make this in C++:
1.password mask "*",when one is asked to enter the password ,say
"1234",it displays "****";
2.progress indidating.say when one want to show the completeness by
percentage of the current task going,other than showing below
information:
copying files 5% completed.
copying files 6% completed.
.....
how one just let show in a single line:
copying files xx% completed
only the percentage is increasing or decreasing in certain interval.
3.how to ask the user to input in a fixed position,say below prompt
from an app:
your name is ____ and you are __ years old.
The cursor is exact at the postion after "is ".
when the user input a string and hit some key,the cursor is re-
positioned at the point exact after "are ".Another word,something like
the BIOS setup ultility.
4.someone told me that one can play a music/song on the keyboard,how?
5.how to create a menu just like the BIOS setup ultility?
6.how to display an icon/logo,just like the one Norton Ghost does.
It would be grateful if someone can help.
Regards,
Sam
I am always wondering,in many console apps I have ever seen,how one
can make this in C++:
1.password mask "*",when one is asked to enter the password ,say
"1234",it displays "****";
2.progress indidating.say when one want to show the completeness by
percentage of the current task going,other than showing below
information:
copying files 5% completed.
copying files 6% completed.
.....
how one just let show in a single line:
copying files xx% completed
only the percentage is increasing or decreasing in certain interval.
3.how to ask the user to input in a fixed position,say below prompt
from an app:
your name is ____ and you are __ years old.
The cursor is exact at the postion after "is ".
when the user input a string and hit some key,the cursor is re-
positioned at the point exact after "are ".Another word,something like
the BIOS setup ultility.
4.someone told me that one can play a music/song on the keyboard,how?
5.how to create a menu just like the BIOS setup ultility?
6.how to display an icon/logo,just like the one Norton Ghost does.
It would be grateful if someone can help.
Regards,
Sam