Click here to Skip to main content
15,905,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Output Pin
David Crow29-Sep-03 4:58
David Crow29-Sep-03 4:58 
GeneralRe: Output Pin
Terry O'Nolley29-Sep-03 5:04
Terry O'Nolley29-Sep-03 5:04 
GeneralRe: Output Pin
sardinka29-Sep-03 6:25
sardinka29-Sep-03 6:25 
GeneralRe: Output Pin
DougW4829-Sep-03 8:03
DougW4829-Sep-03 8:03 
GeneralSetLayeredWindowAttributes in an ActiveX control Pin
Daed29-Sep-03 4:44
Daed29-Sep-03 4:44 
GeneralRe: SetLayeredWindowAttributes in an ActiveX control Pin
igor196029-Sep-03 7:42
igor196029-Sep-03 7:42 
QuestionWhat type has CONTROL resource ? Pin
vgrigor29-Sep-03 4:31
vgrigor29-Sep-03 4:31 
General64 bit integers Pin
Jim Crafton29-Sep-03 4:14
Jim Crafton29-Sep-03 4:14 
Hi,
I'm looking for some code that can manipulate 64 bit integers via 2 32bit vars. And what would be even better would be to wrap them in a class and provide operator overloads so you could just treat it like a regualr integer. something like

class int64 {
public:
unsigned long hi;
unsigned long lo;
//whole bunch of operator overloads
};

int64 i = 23;
int64 h = 2234343433234;
i++;
i = h + i * 23;



Anyone ever done anything like this? I haven't found much yet (though I'm still looking)

¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

GeneralRe: 64 bit integers Pin
KarstenK29-Sep-03 4:26
mveKarstenK29-Sep-03 4:26 
GeneralRe: 64 bit integers Pin
Jim Crafton29-Sep-03 4:54
Jim Crafton29-Sep-03 4:54 
GeneralRe: 64 bit integers Pin
Anonymous29-Sep-03 4:26
Anonymous29-Sep-03 4:26 
GeneralRe: 64 bit integers Pin
Jim Crafton29-Sep-03 4:53
Jim Crafton29-Sep-03 4:53 
GeneralRe: 64 bit integers Pin
David Crow29-Sep-03 5:04
David Crow29-Sep-03 5:04 
GeneralRe: 64 bit integers Pin
Jim Crafton29-Sep-03 5:14
Jim Crafton29-Sep-03 5:14 
GeneralRe: 64 bit integers Pin
Tom Pruett29-Sep-03 5:08
Tom Pruett29-Sep-03 5:08 
GeneralRe: 64 bit integers Pin
Jim Crafton29-Sep-03 5:14
Jim Crafton29-Sep-03 5:14 
GeneralEditable subitem code needed!! URGENT Pin
IrishSonic29-Sep-03 4:11
IrishSonic29-Sep-03 4:11 
GeneralRe: Editable subitem code needed!! URGENT Pin
b_girl29-Sep-03 4:26
b_girl29-Sep-03 4:26 
GeneralRe: Editable subitem code needed!! URGENT Pin
IrishSonic29-Sep-03 23:26
IrishSonic29-Sep-03 23:26 
GeneralRe: Editable subitem code needed!! URGENT Pin
b_girl30-Sep-03 3:17
b_girl30-Sep-03 3:17 
GeneralRe: Editable subitem code needed!! URGENT Pin
b_girl30-Sep-03 5:12
b_girl30-Sep-03 5:12 
GeneralRe: Editable subitem code needed!! URGENT Pin
IrishSonic2-Oct-03 22:26
IrishSonic2-Oct-03 22:26 
GeneralRe: Editable subitem code needed!! URGENT Pin
b_girl3-Oct-03 3:32
b_girl3-Oct-03 3:32 
GeneralAdding a new resource Pin
Rome Singh29-Sep-03 3:57
Rome Singh29-Sep-03 3:57 
Generalanother CListCtrl question Pin
b_girl29-Sep-03 3:51
b_girl29-Sep-03 3:51 

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.