20 issues of porting C++ code on the 64-bit platform

Joined
Mar 12, 2007
Messages
1
Reaction score
0
My new article about 64-bit development: 20 issues of porting C++ code on the 64-bit platform.
Annotation. Program errors occurring while porting C++ code from 32-bit platforms on 64-bit ones are observed. Examples of the incorrect code and the ways to correct it are given. Methods and means of the code analysis which allow to diagnose the errors discussed, are listed.

http://www.viva64.com/articles.php

I hope the article has been useful for you and will help to simplify the development and debugging of 64-bit applications. I will be glad to receive your opinions, remarks, corrections, additions and will surely include them in the next version of the article.

Andrey Karpov
 
Joined
Mar 5, 2006
Messages
1,900
Reaction score
2
Norman Tebbit once said this about his Father getting a job, you can do it too!;)
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top