2
Answers

Porting C++ code on the 64-bit system

Andrey Karpov

Andrey Karpov

13y
5.1k
1

We are occupying questions of 64-bit developing. We make new article for 64-bit developers:

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.


In the article you will learn about:

·        typical errors of programming which occur on 64-bit systems;

·        the reasons for appearing of these errors and the corresponding examples;

·        methods of correcting the listed errors;

·        the review of methods and means of searching errors in 64-bit programs.

           

The given information will allow you:

·        to learn the differences between 32-bit and 64-bit systems;

·        to avoid errors while writing the code for 64-bit systems;

·        to speed up the process of migration of a 32-bit application on the 64-bit architecture with the help of the great reducing of the time of debugging and testing;

to forecast the time of porting the code on the 64-bit system more accurately and seriously.


See:
www.viva64.com/articles/20%20issues%20of%20porting%20C++%20code%20on%20the%2064-bit%20platform.pdf


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

----
Andrey,
www.Viva64.com

 

Answers (2)