This is a comprehensive
C# 2.0 introduces several
Tutorial and sample codes to
The new C++ standard is full
tutorial to guide newcomers
language extensions, the
calculate the distance
of powerful additions to the
to game programming and
most important of which are
between two locations. Free
language: templates,
Allegro through the process
Generics, Anonymous Methods,
sample source codes in PHP,
run-time type identification
of writing a simple game.
Iterators, and Partial
ASP, ColdFusion, C/C++, C#,
(RTTI), namespaces, and
Allegro is a game
Types.
The language
Java, Perl, Visual Basic and
exceptions to name a few.
programming library.
extensions in C# 2.0 were
Javascript. Longitude and
This tutorial discusses one
designed to ensure maximum
latitude for United States
of the minor extensions: the
compatibility with existing
ZIP Code and Canadian Postal
new C++ casting operators.
code. For example, even
Code are available in
though C# 2.0 gives special
database subscription.
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 Date: Mar, 05 2004 Date: Aug, 27 2001 |
This article describes how to
A tutorial to help C++
There is a function
his one's basically shows
count the number of
programmers who are new to
gethostbyname for getting
that MACROS when used in
instances of a process that
DirectX get acquainted with
the ip address using
different compilers can give
are currently running on the
the libraries, in particular
Winsock. This function will
different results. This one
system. It is written in C++
DirectDraw and DirectInput.
retrieve the ip address
teaches you to analyse C++
for Windows, but could be
details into a variable of
code and read it in Assembly
ported to other systems and
type "structure
and draw Conclusions about
languages easily. (Linux,
hostent". Read for more
the results.
Really
Visual Basic/VB, C, Unix,
info at <a
interesting if you read it
MacOS) The system just needs
completely...
to support interprocess
semaphores. The idea can be
extended to count any
resource, such as a thread,
file, data structure, or
network object.
Date: Oct, 20 2006 Date: Aug, 25 2001 Date: Mar, 10 2004 Date: Feb, 05 2006 |