×
Create a new article
Write your page title here:
We currently have 236 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
236Articles

Portability of computer program

There are 2 main obstacles for any program to be portable: hardware and language variants

Hardware: If program is dependent on a hardware, it cannot run on different hardware.

Language variants: If computer program is written in a language variant not recognized by other platform, then such program is not portable. To solve the problem related to different language variants a standard should be created and this happened for C++ in 1998.

Summary: Computer program (code) is portable, if it can be compiled for different platform without any changes. This can happen for C++ programs.