Click here to Skip to main content
15,923,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRandom Float number generator Pin
Ming Luo3-Feb-07 10:10
Ming Luo3-Feb-07 10:10 
AnswerRe: Random Float number generator Pin
Chris Losinger3-Feb-07 11:14
professionalChris Losinger3-Feb-07 11:14 
QuestionLNK2019 Error!!! Pin
arbster13-Feb-07 9:27
arbster13-Feb-07 9:27 
AnswerRe: LNK2019 Error!!! Pin
Mark Salsbery3-Feb-07 10:17
Mark Salsbery3-Feb-07 10:17 
AnswerRe: LNK2019 Error!!! Pin
Hamid_RT3-Feb-07 23:53
Hamid_RT3-Feb-07 23:53 
News64-bit puzzle [modified] Pin
Karpov20073-Feb-07 8:14
Karpov20073-Feb-07 8:14 
GeneralRe: 64-bit puzzle Pin
Waldermort3-Feb-07 8:40
Waldermort3-Feb-07 8:40 
GeneralRe: 64-bit puzzle Pin
Karpov20073-Feb-07 9:35
Karpov20073-Feb-07 9:35 
WalderMort wrote:
There is nothing "changing" at all, 64-bit systems have been around for a long time. What you think 64-bit XP was the first...


Yes. But, most 64 bit compilers today use the LP64 model (including Solaris, AIX, HP, Linux, MacOS native compilers), Microsoft however decided to use the LLP64 model.
This essential difference also will present programmers much unexpectedness.

WalderMort wrote:
If you have a decent compiler, it will notify you about the 64-bit compatibility issues like in your example. Unless of course you don't like the warnings and turned the feature OFF!


Unfortunately, you are not right. Show me the compiler which is giving out the prevention on the resulted example. If you even will find such compiler, that is weight of other errors not diagnosed by compilers. I recommend familiarize with http://www.viva64.com/articles.php.

Static analyzers (Gimpel Software PC-Lint, Parasoft C ++ test) are engaged in search of considered errors. But they are grinded under model LP64 instead of LLP64. Especially they analyzers of the general will give purpose and considered problem not enough attention. Viva64 - the static analyzer which supports model LLP64. Also it is especially grinded for search of mistakes at carry of programs on 64-bit systems.
GeneralRe: 64-bit puzzle Pin
Mark Salsbery3-Feb-07 10:38
Mark Salsbery3-Feb-07 10:38 
GeneralRe: 64-bit puzzle Pin
cmk3-Feb-07 13:08
cmk3-Feb-07 13:08 
GeneralRe: 64-bit puzzle Pin
Karpov20073-Feb-07 19:55
Karpov20073-Feb-07 19:55 
GeneralRe: 64-bit puzzle Pin
cmk3-Feb-07 20:22
cmk3-Feb-07 20:22 
GeneralRe: 64-bit puzzle Pin
Mark Salsbery4-Feb-07 7:59
Mark Salsbery4-Feb-07 7:59 
GeneralRe: 64-bit puzzle Pin
cmk4-Feb-07 13:11
cmk4-Feb-07 13:11 
GeneralRe: 64-bit puzzle Pin
Mike Dimmick5-Feb-07 5:27
Mike Dimmick5-Feb-07 5:27 
GeneralRe: 64-bit puzzle Pin
ricecake5-Feb-07 7:25
ricecake5-Feb-07 7:25 
GeneralRe: 64-bit puzzle Pin
cmk5-Feb-07 11:01
cmk5-Feb-07 11:01 
GeneralRe: 64-bit puzzle Pin
ricecake6-Feb-07 3:35
ricecake6-Feb-07 3:35 
QuestionHow to dock two dialogbars on right by top on bottom Pin
Member 37917193-Feb-07 3:57
Member 37917193-Feb-07 3:57 
AnswerRe: How to dock two dialogbars on right by top on bottom Pin
Mark Salsbery3-Feb-07 7:38
Mark Salsbery3-Feb-07 7:38 
QuestionImage library Pin
ceejeeb3-Feb-07 3:28
ceejeeb3-Feb-07 3:28 
AnswerRe: Image library Pin
Chris Losinger3-Feb-07 9:20
professionalChris Losinger3-Feb-07 9:20 
GeneralRe: Image library Pin
ceejeeb4-Feb-07 2:50
ceejeeb4-Feb-07 2:50 
QuestionHow can i scan all file in Some folder and check if they contain some string ? Pin
Yanshof3-Feb-07 3:22
Yanshof3-Feb-07 3:22 
AnswerRe: How can i scan all file in Some folder and check if they contain some string ? Pin
Waldermort3-Feb-07 3:51
Waldermort3-Feb-07 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.