Click here to Skip to main content
15,919,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGet system menu by API ? Pin
microsoftcertificate29-Apr-05 1:08
sussmicrosoftcertificate29-Apr-05 1:08 
GeneralPORT BLOCKING FOR WINDOWS 98 Pin
URagavSouth29-Apr-05 1:08
URagavSouth29-Apr-05 1:08 
GeneralRe: PORT BLOCKING FOR WINDOWS 98 Pin
Alexander M.,29-Apr-05 9:19
Alexander M.,29-Apr-05 9:19 
GeneralRe: PORT BLOCKING FOR WINDOWS 98 Pin
URagavSouth2-May-05 18:10
URagavSouth2-May-05 18:10 
GeneralGetting last write time of a FTP file Pin
ashtwin29-Apr-05 0:49
ashtwin29-Apr-05 0:49 
Generalpassword Echo Pin
29-Apr-05 0:40
suss29-Apr-05 0:40 
GeneralRe: password Echo Pin
22491729-Apr-05 0:48
22491729-Apr-05 0:48 
GeneralRe: password Echo Pin
ThatsAlok29-Apr-05 0:54
ThatsAlok29-Apr-05 0:54 
int i=0;
	cout<<"Enter the Password";

	char strPassword[100];
	strPassword[i++]=getche();

	while(strPassword[i-1]!='\n')
	{
		cout<<"*";
		strPassword[i++]=getch();

	}

	strPassword[i-1]!=NULL;

	cout<<strPassword;


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
GeneralRe: password Echo Pin
toxcct29-Apr-05 1:01
toxcct29-Apr-05 1:01 
GeneralRe: password Echo Pin
ThatsAlok29-Apr-05 1:19
ThatsAlok29-Apr-05 1:19 
GeneralRe: password Echo Pin
toxcct29-Apr-05 1:25
toxcct29-Apr-05 1:25 
GeneralRe: password Echo Pin
ThatsAlok29-Apr-05 1:34
ThatsAlok29-Apr-05 1:34 
GeneralRe: password Echo Pin
Anonymous29-Apr-05 1:06
Anonymous29-Apr-05 1:06 
Generalpassword Echoz Pin
namaskaaram29-Apr-05 3:49
namaskaaram29-Apr-05 3:49 
GeneralRe: password Echoz Pin
Anonymous2-May-05 15:14
Anonymous2-May-05 15:14 
GeneralRe: password Echoz Pin
namaskaaram9-May-05 3:34
namaskaaram9-May-05 3:34 
GeneralEvent after ShowWindow() Pin
tysh29-Apr-05 0:23
tysh29-Apr-05 0:23 
GeneralRe: Event after ShowWindow() Pin
ThatsAlok29-Apr-05 0:36
ThatsAlok29-Apr-05 0:36 
GeneralRe: Event after ShowWindow() Pin
stolid_rock29-Apr-05 0:38
stolid_rock29-Apr-05 0:38 
GeneralRe: Event after ShowWindow() Pin
Michael Dunn29-Apr-05 6:34
sitebuilderMichael Dunn29-Apr-05 6:34 
GeneralRe: Event after ShowWindow() Pin
tysh3-May-05 22:09
tysh3-May-05 22:09 
GeneralSerial VXD Pin
Neha.marwaha28-Apr-05 23:57
Neha.marwaha28-Apr-05 23:57 
GeneralRe: Serial VXD Pin
Alexander M.,29-Apr-05 9:20
Alexander M.,29-Apr-05 9:20 
GeneralDebug my MFC app. Pin
anderslundsgard28-Apr-05 23:41
anderslundsgard28-Apr-05 23:41 
GeneralRe: Debug my MFC app. Pin
BambooMoon29-Apr-05 4:59
BambooMoon29-Apr-05 4:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.