摘要: Using POSIX Threads in a Cocoa ApplicationAlthough the NSThread class is the main interface for creating threads in Cocoa applications, you are free to use POSIX threads instead if doing so is more convenient for you. For example, you might use POSIX threads if you already have code that uses them a 阅读全文
posted @ 2011-07-18 18:07 AlexFan 阅读(358) 评论(0) 推荐(0) 编辑
摘要: Memory management in a Cocoa application that doesn’t use garbage collection is based on a reference counting model. When you create or copy an object, itsretain countis 1. Thereafter other objects may express an ownership interest in your object, which increments its retain count. The owners of an 阅读全文
posted @ 2011-06-27 10:07 AlexFan 阅读(593) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-cn/windowsphone/default.aspx?ocid=ban-f-cn-wp7--MSDN 阅读全文
posted @ 2011-04-13 09:38 AlexFan 阅读(399) 评论(1) 推荐(1) 编辑
摘要: Google 的C++ 编码规范http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml 阅读全文
posted @ 2011-03-08 11:50 AlexFan 阅读(314) 评论(0) 推荐(0) 编辑
摘要: Windows Phone 7开发的认证考试列出的技术Windows Phone 7 OS and devices Microsoft Silverlight C# / Microsoft Visual Basic .NET Microsoft .NET Framework development Mobile application design and development Windows Phone Developer Tools Microsoft Visual Studio Express or higher Microsoft Expression Blend . http:// 阅读全文
posted @ 2011-02-15 10:34 AlexFan 阅读(491) 评论(2) 推荐(0) 编辑