Lessons on development of 64-bit C/C++ applications

S

SaticCaster

http://www.viva64.com/articles/x64-lessons/

We regularly write articles on development and testing of 64-bit C/C++
programs. Each of the articles presents different viewpoints on 64-bit
software development. But much information of these papers is repeated
because we have to introduce the readers into the subject and various
definitions. Unfortunately, it makes the process of reading series of
articles very boring and therefore does not allow the readers to
thoroughly study the issues of 64-bit software development.

We decided to unite all our knowledge into a single work where we will
study all the questions concerning 64-bit programming at once. We have
too many materials to arrange them in one article, so we decided to
make it a course of lessons.

Let me briefly describe the course "Lessons on development of 64-bit C/
C++ applications" and its contents.

The course concerns development of 64-bit applications in C/C++
language and is intended for those developers who use Visual Studio
2005/2008/2010 environment. Developers working with other 64-bit
operating systems will also learn much interesting. The course will
cover all the stages that allow the programmer to create a new safe 64-
bit application and port an existing 32-bit code to a 64-bit system.

The course consists of 28 lessons devoted to studying 64-bit systems,
issues of 64-bit software building, methods of searching for errors
specific to 64-bit code and code optimization. We will also touch upon
such questions as estimating the cost of migration to 64-bit systems
and rationality of this move.

The authors of the course are me (candidate of physico-mathematical
sciences Andrey Nikolaevich Karpov) and candidate of technical
sciences Evgeniy Alexandrovich Ryzhkov. So we are ready to discuss
this course here, explain various details to you, correct some
mistakes if any and consider your opinions.

Course contents:

Lesson 01. What 64-bit systems are.
Lesson 02. Support of 32-bit applications.
Lesson 03. Porting code to 64-bit systems. The pros and cons.
Lesson 04. Creating the 64-bit configuration.
Lesson 05. Building a 64-bit application.
Lesson 06. Errors in 64-bit code.
Lesson 07. The issues of detecting 64-bit errors.
Lesson 08. Static analysis for detecting 64-bit errors.
Lesson 09. Pattern 01. Magic numbers.
Lesson 10. Pattern 02. Functions with variable number of arguments.
Lesson 11. Pattern 03. Shift operations.
Lesson 12. Pattern 04. Virtual functions.
Lesson 13. Pattern 05. Address arithmetic.
Lesson 14. Pattern 06. Changing an array's type.
Lesson 15. Pattern 07. Pointer packing.
Lesson 16. Pattern 08. Memsize-types in unions.
Lesson 17. Pattern 09. Mixed arithmetic.
Lesson 18. Pattern 10. Storage of integer values in double.
Lesson 19. Pattern 11. Serialization and data interchange.
Lesson 20. Pattern 12. Exceptions.
Lesson 21. Pattern 13. Data alignment.
Lesson 22. Pattern 14. Overloaded functions.
Lesson 23. Pattern 15. Growth of structures' sizes.
Lesson 24. Phantom errors.
Lesson 25. Working with patterns of 64-bit errors in practice.
Lesson 26. Optimization of 64-bit programs.
Lesson 27. Peculiarities of creating installers for a 64-bit
environment.
Lesson 28. Estimating the cost of 64-bit migration of C/C++
applications.
 
H

Herbert Rosenau


This stinks! It tells about something that does not exist. There is no
language named C/C++ - but 2 differen ones whereas one is named C and
another that is named C++.

Anyway it lies it were about X64 - instead it is only about one
particular compiler of one particular operating system. So it is
completely useless as it tells about a non existent language for an
particular operating system.

A book that is unable to distinguish different languages and thinks
that one paricular compiler will be the only exiastent one for a
paricular computer architecture is not worth to read anyway.


--
Tschau/Bye
Herbert

Visit http://www.ecomstation.de the home of german eComStation
eComStation 1.2R Deutsch ist da!
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top