Talk:isometric

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Isometric computer programs accomplish the same end task, and present the same user interface, but are coded differently. example:

cout << "isometric\n";

is the same as:

printf("isometric\n");

is also the same as:

printf("%s\n", "isometric");

Start a discussion about isometric

Start a discussion