Click here to Skip to main content
15,915,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File modified time Pin
David Crow28-Apr-05 4:24
David Crow28-Apr-05 4:24 
GeneralRe: File modified time Pin
Ravi Bhavnani28-Apr-05 8:47
professionalRavi Bhavnani28-Apr-05 8:47 
GeneralRe: File modified time Pin
Trollslayer28-Apr-05 22:17
mentorTrollslayer28-Apr-05 22:17 
GeneralRe: File modified time Pin
Ravi Bhavnani30-Apr-05 10:13
professionalRavi Bhavnani30-Apr-05 10:13 
GeneralRe: File modified time Pin
Trollslayer30-Apr-05 11:57
mentorTrollslayer30-Apr-05 11:57 
GeneralFile Associations Pin
Daniel Kanev28-Apr-05 4:05
Daniel Kanev28-Apr-05 4:05 
GeneralRe: File Associations Pin
David Crow28-Apr-05 4:13
David Crow28-Apr-05 4:13 
GeneralC++ multiplication Pin
28-Apr-05 3:55
suss28-Apr-05 3:55 
In visual studio .net ver 2003 in reguards to c++ my multiplication is messed up. I get a result of 0 when I try and multiply the following. What's wrong?

#include "stdafx.h"

#using <mscorlib.dll>
#include "math.h"

using namespace System;

int _tmain()
{
__int64 p;

p= 16 * 268435456;

Console::WriteLine(p);
return 0;
}
GeneralRe: C++ multiplication Pin
David Crow28-Apr-05 4:07
David Crow28-Apr-05 4:07 
GeneralRe: C++ multiplication Pin
Andrew Admire28-Apr-05 4:14
Andrew Admire28-Apr-05 4:14 
GeneralRe: C++ multiplication Pin
David Crow28-Apr-05 4:20
David Crow28-Apr-05 4:20 
GeneralRe: C++ multiplication Pin
Andrew Admire28-Apr-05 4:34
Andrew Admire28-Apr-05 4:34 
GeneralRe: C++ multiplication Pin
David Crow28-Apr-05 4:44
David Crow28-Apr-05 4:44 
GeneralRe: C++ multiplication Pin
Andrew Admire28-Apr-05 4:59
Andrew Admire28-Apr-05 4:59 
GeneralRe: C++ multiplication Pin
David Crow28-Apr-05 5:05
David Crow28-Apr-05 5:05 
GeneralRe: C++ multiplication Pin
Andrew Admire28-Apr-05 5:12
Andrew Admire28-Apr-05 5:12 
GeneralRe: C++ multiplication Pin
Michael Dunn28-Apr-05 5:45
sitebuilderMichael Dunn28-Apr-05 5:45 
GeneralRe: C++ multiplication Pin
David Crow28-Apr-05 6:30
David Crow28-Apr-05 6:30 
GeneralRe: C++ multiplication Pin
Andrew Admire28-Apr-05 9:14
Andrew Admire28-Apr-05 9:14 
Questionhide or remove toolbar buttons? Pin
Sean McKinnon28-Apr-05 3:53
Sean McKinnon28-Apr-05 3:53 
AnswerRe: hide or remove toolbar buttons? Pin
David Crow28-Apr-05 5:11
David Crow28-Apr-05 5:11 
GeneralRe: hide or remove toolbar buttons? Pin
Sean McKinnon28-Apr-05 5:22
Sean McKinnon28-Apr-05 5:22 
AnswerRe: hide or remove toolbar buttons? Pin
cmk29-Apr-05 21:04
cmk29-Apr-05 21:04 
GeneralRe: hide or remove toolbar buttons? Pin
Sean McKinnon2-May-05 4:30
Sean McKinnon2-May-05 4:30 
GeneralRe: hide or remove toolbar buttons? Pin
cmk2-May-05 10:10
cmk2-May-05 10:10 

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.