What is cross-platform programming?

For software to be considered cross-platform, it must be function on more than one computer architecture or OS . Developing such software can be a time-consuming task because different OSs have different application programming interfaces (API). For example, Linux uses a different API from Windows.

Read more