|
39
4. {d,e,f} ----------- processing c, resulting the nodes of f.
5. {e,f} ------------- processingd, leaving node e and f in the list.
6. {f} --------------- processing e, the desired node is found.
2.2.
Technology Used
2.2.1. C++
In this thesis project, the MORPG is developed using C++.
Michael Dawson
[15] explains C++ as programming language and its benefit for game
programming as follows:
Introducing C++
C++
is
a
modern,
high-level programming language
leveraged by
millions
of
programmers
around
the
world.
It's
one
of
the
most
popular
languages
for
writing
computer
applicationsand the
most
popular
language
for
writing computer games.
Created by
Bjarne Stroustrup, C++
is
a
direct descendant of
the
C
language. In
fact, C++ retains almost all
of
C
as
a
subset.
However,
C++
offers better ways to do things and some brand-new capabilities, too.
Using C++ for Games
C++
is
the
language
of
choice
among
game
programmers.
Almost
every
published
computer
game
is
written
using
C++.
There
is
a
variety
of
reasons why game programmers choose the language. Here are a few:
|