RBRouteBuilder
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/railsware/RBRouteBuilder
- 软件文档: https://github.com/railsware/RBRouteBuilder
软件介绍
Build routes without strings and headache.
Example based on a GitHub API routes
NSURL *orgsURL = router().users.add(@"AlexDenisov").orgs.URL; // NSURL: /users/AlexDenisov/orgs NSString *fullOrgPath = router().root.orgs.add(@"Railsware").path; // NSString: https://api.github.com/orgs/Railsware
C++ How to Program (5th Edition) (How to Program)
Harvey & Paul) Deitel & Associates / Prentice Hall / 2005-01-05 / USD 98.00
With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The Deitels' groundbreak......一起来看看 《C++ How to Program (5th Edition) (How to Program)》 这本书的介绍吧!
