|
This is a comprehensive
C# 2.0 introduces several
tutorial to guide newcomers
language extensions, the
to game programming and
most important of which are
Allegro through the process
Generics, Anonymous Methods,
of writing a simple game.
Iterators, and Partial
Allegro is a game
Types.
The language
programming library.
extensions in C# 2.0 were
designed to ensure maximum
compatibility with existing
code. For example, even
though C# 2.0 gives special
meaning to the words where,
yield, and partial in
certain contexts, these
words can still be used as
identifiers. Indeed, C# 2.0
adds no new keywords as such
keywords could conflict with
identifiers in existing code.
Date: Aug, 25 2001 Date: Oct, 28 2003 |