1 / 258
文档名称:

A Programmers Introduction to C#.pdf

格式:pdf   页数:258
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

A Programmers Introduction to C#.pdf

上传人:maruyama.outdoor 2012/12/24 文件大小:0 KB

下载得到文件列表

A Programmers Introduction to C#.pdf

文档介绍

文档介绍:A Programmer's Introduction to C#
by Eric Gunnerson ISBN: 1893115860

Apress © 2000, 358 pages

This book takes the C programmer through the all the
details—from basic to advanced-- of the new Microsoft C#
language.
Companion Web Site



Table of Contents ments
Back Cover


Synopsis
Written as an introduction to the new C#, this guide takes the experienced C
programmer a few steps beyond the basics. It covers objects, data types, and
flow control, and even delves into some background on the new Microsoft
NET Frameworks environment. Keeping in mind that this is for those familiar
with C (and even Java), the book goes into some of the advanced features
and improvements found in this new language. It also offers parison
between C#, C++, Visual Basic, and Java.



A Programmer's Introduction to C# ....................................................................................... - 9 -
Foreword .................................................................................................................................... - 10 -
About This Book....................................................................................................................... - 10 -
Introduction.............................................................................................................................. - 11 -
Why Another Language? .......................................................................................................... - 11 -
C# Design Goals ....................................................................................................................... - 11 -
The C# Compiler and Other Resources .................................................................................... - 12 -
Chapter 1: Object-Oriented Basics.......................................................................................... - 13 -
Overview....................................