Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pointer to char array Pin
sunit523-Sep-05 2:56
sunit523-Sep-05 2:56 
GeneralRe: pointer to char array Pin
ThatsAlok23-Sep-05 17:53
ThatsAlok23-Sep-05 17:53 
AnswerRe: pointer to char array Pin
FarPointer23-Sep-05 1:22
FarPointer23-Sep-05 1:22 
QuestionA very urgent problem Pin
momer22-Sep-05 22:17
momer22-Sep-05 22:17 
QuestionCryptEncrypt and CryptDecrypt functions of CryptoApi problems Pin
naeemnimi22-Sep-05 21:49
naeemnimi22-Sep-05 21:49 
AnswerRe: CryptEncrypt and CryptDecrypt functions of CryptoApi problems Pin
Elmue6-Sep-10 9:51
Elmue6-Sep-10 9:51 
Questioni need help to fix the histogram.plz Pin
davidcooler22-Sep-05 21:26
davidcooler22-Sep-05 21:26 
JokeRe: i need help to fix the histogram.plz Pin
khan++22-Sep-05 21:43
khan++22-Sep-05 21:43 
int DestroyedFuture(int* array, char* str) <br />
{<br />
	int i;<br />
	int j;<br />
	int len;<br />
	int length;<br />
	len = strlen(str);<br />
	char c;<br />
	length = 0;<br />
	for (i = 0; i < len; i++)<br />
	{<br />
		c = str[i];<br />
		c = toupper(c);<br />
		for (j = 65; j < 65+26; j++)<br />
		{<br />
			if (c == j)<br />
			{<br />
				length++;<br />
				array[j-65]++;<br />
			}<br />
		}<br />
	}<br />
	return length;	<br />
}


It took about 2 minutes to write this code.
I will get flamed for it I know. Heh. I have nothing better to do.


this is this.
GeneralRe: i need help to fix the histogram.plz Pin
David Crow23-Sep-05 3:46
David Crow23-Sep-05 3:46 
AnswerRe: i need help to fix the histogram.plz Pin
David Crow23-Sep-05 3:32
David Crow23-Sep-05 3:32 
QuestionHow to place the child Dialogs on TaskBar???? Pin
G.Radhakrishna22-Sep-05 20:48
G.Radhakrishna22-Sep-05 20:48 
AnswerRe: How to place the child Dialogs on TaskBar???? Pin
prasad_som22-Sep-05 21:17
prasad_som22-Sep-05 21:17 
Questionrespond message Pin
Member 216100422-Sep-05 20:41
Member 216100422-Sep-05 20:41 
AnswerRe: respond message Pin
Cedric Moonen22-Sep-05 20:49
Cedric Moonen22-Sep-05 20:49 
GeneralRe: respond message Pin
Member 216100422-Sep-05 21:45
Member 216100422-Sep-05 21:45 
GeneralRe: respond message Pin
Eytukan22-Sep-05 22:24
Eytukan22-Sep-05 22:24 
QuestionDoes anyone know where is dlibtiff.lib??? Pin
asifrogers22-Sep-05 20:38
asifrogers22-Sep-05 20:38 
AnswerRe: Does anyone know where is dlibtiff.lib??? Pin
Mircea Puiu23-Sep-05 3:00
Mircea Puiu23-Sep-05 3:00 
Questiondoubt about exe file? Pin
G Haranadh22-Sep-05 20:24
G Haranadh22-Sep-05 20:24 
AnswerRe: doubt about exe file? Pin
khan++22-Sep-05 21:51
khan++22-Sep-05 21:51 
AnswerRe: doubt about exe file? Pin
James Brown22-Sep-05 21:59
James Brown22-Sep-05 21:59 
AnswerRe: doubt about exe file? Pin
Alexander M.,23-Sep-05 2:47
Alexander M.,23-Sep-05 2:47 
QuestionActiveX Pin
aasstt22-Sep-05 20:21
aasstt22-Sep-05 20:21 
AnswerRe: ActiveX Pin
Mircea Puiu22-Sep-05 22:59
Mircea Puiu22-Sep-05 22:59 
AnswerRe: ActiveX Pin
ThatsAlok22-Sep-05 23:07
ThatsAlok22-Sep-05 23:07 

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.