answersLogoWhite

0


Best Answer

A standardised language means that code becomes completely portable between any compiler, so long as the compiler supports the standard and the code itself does not contain compiler-specifics. In terms of game development, this makes it much easier to port games between platforms.

Of course, C++ code is usually far from standard because the standard does not include platform-specifics (in terms of hardware and operating system). Thus each platform requires it own set of libraries. Generic libraries are available to make things easier (such as OpenGL and OpenAL for graphics and audio), but Windows API calls vary greatly from Linux API calls, and each needs its own set of libraries. However, with prudent use of preprocessor definitions (macros) and helper functions, it is possible to write generic cross-platform code.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does having a widely adopted c plus plus standard help game programmers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How you say jogging in french?

le jogging - the word is widely adopted in French language.


Is a million million a billion?

No because a billion is 1,000,000,000 which is a thousand million


When did Ireland adopt their flag?

The flag of the Republic of Ireland, first presented as a gift to Thomas Francis Meacher in 1848, was adopted in 1919, having been widely accepted as the national flag since the Easter Rising of 1916.


Is the element silver widely used in photography?

It is widely used in standard film-based (pre-digital) photography.


Which is most widely understood dialect?

Standard american english


What company set the standard for the personal computers you use today?

IBM (International Business Machines) set the standard for personal computers with their IBM PC, which was introduced in 1981. The IBM PC set the standard for hardware architecture and software compatibility, and was widely adopted by other manufacturers. Today, personal computers still follow the basic design principles established by IBM.


What is Standard American English?

The most widely understood English dialect


Gregorian Calendar:?

The most widely used calendar in the world, adopted in 1582 to correct errors in the Julian calendar.


What kind of clothing has Mexico brought to the usa?

The cowboy attire is the most widely adopted, although it is the least known.


What does the color silver symbolizer?

* Widely associated with 25th anniversaries. * Widely associated with 2nd prize (after good). * Was once widely used in Western and Central Europe and elsewhere as the standard for currency.


What does standard deviation tell about distribution?

How widely spread out, or tightly concentrated about the mean it is.


List two advantages and two disadvantages of having international standards for network protocols?

Advantages: We have a standard to work on i.e we know that another person working on it wil follow what we do. Secondly as it becomes widely used, the effective usage increases...it becomes easy for people to make applications that use such protocols. Disadvantages: Often standards made tend to limit themselves in a way or the other. Once made it's difficut to change a standard when we have better methods found.