Farseer

导航

2005年10月19日 #

C# Programming Language学习笔记(三)

摘要: 第二章 词法结构The lexical grammar defines how Unicode characters are combined to form line terminators, white space, comments, tokens, and preprocessing directives. The syntactic grammar defines how the tok... 阅读全文

posted @ 2005-10-19 17:25 佛西亚 阅读(247) 评论(0) 推荐(0) 编辑

C# Programming Language学习笔记(二)

摘要: 第一章 概述 1.Struct constructors are invoked with the new operator, but that does not imply that memory is being allocated. Instead of dynamically allocating an object and returning a reference to it, a ... 阅读全文

posted @ 2005-10-19 11:22 佛西亚 阅读(334) 评论(0) 推荐(0) 编辑