内容简介:WinObjC 0.1.160621 预览版发布
WinObjC 0.1 预览版发布了,WinObjC 是 微软开源的 Winodws 到 iOS 的“桥梁”。
Windows Bridge for iOS (WinObjC) 为 Visual Studio/Windows 提供一个 Objective-C 开发环境。此外,WinObjC 提供对 iOS API 兼容的支持。
改进日志如下:
-
Starting this week, you can take a sneak peek at an early version of the new features for Objective-C language support. The bridge now includes an Alpha release enabling the additional features in the form of a pkgdef file, which includes:
-
Proper syntax highlighting for NSStrings
-
Navigation Bar in the editor
-
No incorrect error flagging in Objective-C .h files
-
Comment & Uncomment selection commands (Ctrl+K+C and Ctrl+K+U)
-
Partial support for the “Peek Definition”, “Go To Declaration”, “Go To Definition”, “Find All References”, “View Call Hierarchy” and “Toggle Header/ Code File” right click commands
-
Compiler update: the compiler now uses C++14 as the default standard for (Objective-)C++. See the full announcement here
-
List of things we added support for:
-
Reuse CFPreference in NSURLDefaults
-
Introduce CRT support for 2-stage Objective-C initialization
-
Add support for mutate-during-enumerate exceptions
-
Support for missing CFStringTokenizer apis #528
-
List of GitHub issues we fixed
下载地址: https://github.com/Microsoft/WinObjC/releases/tag/0.1.160621
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 附件在线预览组件 WDA 1.2.6 发布,支持图片预览功能
- 附件在线预览组件 WDA 1.2.3 发布,支持通过 url 预览附件
- WinObjC 0.1.160621 预览版发布
- PhpStorm 2018.1 公开预览版发布
- WinObjC 0.1.160621 预览版发布
- Tpflow 3.0.1 预览版发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C程序设计语言
Brian W. Kernighan、Dennis M. Ritchie / 机械工业出版社 / 2006-8-1 / 35.00元
在计算机发展的历史上,没有哪一种程序设计语言像C语言这样应用广泛。本书是C语言的设计者之一Dennis M.Ritchie和著名计算机科学家Brian W.Kernighan合著的一本介绍C语言的权威经典著作。我们现在见到的大量论述C语言程序设计的教材和专著均以此书为蓝本。本书第1版中介绍的C语言成为后来广泛使用的C语言版本——标准C的基础。人们熟知的“hello,World"程序就是由本书首次引......一起来看看 《C程序设计语言》 这本书的介绍吧!