Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Passing value from one exe to another exe Pin
Hamid_RT16-Jul-08 6:01
Hamid_RT16-Jul-08 6:01 
GeneralRe: Passing value from one exe to another exe Pin
VCProgrammer16-Jul-08 21:53
VCProgrammer16-Jul-08 21:53 
QuestionActiveX Control in DLL Pin
hari_honey16-Jul-08 0:38
hari_honey16-Jul-08 0:38 
Questionwfstream question Pin
followait16-Jul-08 0:27
followait16-Jul-08 0:27 
AnswerRe: wfstream question Pin
led mike16-Jul-08 4:35
led mike16-Jul-08 4:35 
QuestionHow to do error check when reading data from a wsstream object? Pin
followait16-Jul-08 0:02
followait16-Jul-08 0:02 
QuestionUINT64 behavior VC6 C++ Pin
uli200015-Jul-08 23:09
uli200015-Jul-08 23:09 
AnswerRe: UINT64 behavior VC6 C++ Pin
Chris Losinger16-Jul-08 1:20
professionalChris Losinger16-Jul-08 1:20 
this works fine for me (VC6-sp5).

#include "stdafx.h"<br />
#include <windows.h><br />
<br />
int main(int argc, char* argv[])<br />
{<br />
	const UINT64 a = 0x0000000080000000;<br />
	const UINT64 b = a << 1;<br />
	printf("%I64x\n%I64x\n", a, b);<br />
	return 0;<br />
}<br />
</windows.h>


80000000
100000000


GeneralRe: UINT64 behavior VC6 C++ Pin
uli200016-Jul-08 4:26
uli200016-Jul-08 4:26 
Questiondynamic array use? Pin
gentleguy15-Jul-08 23:09
gentleguy15-Jul-08 23:09 
AnswerRe: dynamic array use? Pin
CPallini15-Jul-08 23:16
mveCPallini15-Jul-08 23:16 
GeneralRe: dynamic array use? Pin
gentleguy16-Jul-08 1:37
gentleguy16-Jul-08 1:37 
AnswerRe: dynamic array use? Pin
CPallini16-Jul-08 1:59
mveCPallini16-Jul-08 1:59 
GeneralRe: dynamic array use? Pin
gentleguy16-Jul-08 15:03
gentleguy16-Jul-08 15:03 
GeneralRe: dynamic array use? [modified] Pin
CPallini16-Jul-08 21:02
mveCPallini16-Jul-08 21:02 
QuestionButton Notification Pin
bhanu_850915-Jul-08 22:47
bhanu_850915-Jul-08 22:47 
QuestionRe: Button Notification Pin
Rajesh R Subramanian15-Jul-08 23:02
professionalRajesh R Subramanian15-Jul-08 23:02 
AnswerRe: Button Notification Pin
bhanu_850915-Jul-08 23:04
bhanu_850915-Jul-08 23:04 
GeneralRe: Button Notification Pin
Rajesh R Subramanian15-Jul-08 23:24
professionalRajesh R Subramanian15-Jul-08 23:24 
AnswerRe: Button Notification Pin
Naveen15-Jul-08 23:09
Naveen15-Jul-08 23:09 
GeneralRe: Button Notification Pin
bhanu_850915-Jul-08 23:29
bhanu_850915-Jul-08 23:29 
GeneralRe: Button Notification Pin
Naveen15-Jul-08 23:38
Naveen15-Jul-08 23:38 
GeneralRe: Button Notification Pin
bhanu_850916-Jul-08 0:22
bhanu_850916-Jul-08 0:22 
GeneralRe: Button Notification Pin
Naveen16-Jul-08 14:09
Naveen16-Jul-08 14:09 
QuestionMSMQ ReStart Problem [modified] Pin
sudhir_Kumar15-Jul-08 21:52
sudhir_Kumar15-Jul-08 21:52 

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.