- Ambitious
- Artist's mentality
- Backstory
- Cinematographer
- Craft
- Craftsmanship
- End result
- Gruelling
- Intellectual curiosity
- Masterpiece
- Medium
- Perfectionism
- Rewards
- Sacrifice
- Semantics
- Shallow and wide
- Spiritual truth
- Starred
- Synergy
- Vast and simple
- Work of art
Thursday, September 4, 2014
Wednesday, September 3, 2014
C preprocessor:Directives
- #define
- #include
- #undef
- #ifdef
- #ifndef
- #if
- #else
- #elif
- #endif
- #error
- #pragma
C preprocessor:Predefined Macros
Standard Predefined Macros
Common Predefined Macros
- __FILE__
- __LINE__
- __DATE_
- __TIME_
- __STDC__
- __STDC_VERSION__
- __STDC_HOSTED__
- __cplusplus
- __OBJC__
Common Predefined Macros
- __GNUC__
- __CNUC_MINOR__
- __GNUC_PATCHLEVEL__
- __GNUG__
- __STRICT_ANSI__
- __BASE_FILE__
- __INCLUDE_LEVEL__
- __ELF__
- __VERSION__
- __OPTIMIZE__
- __OPTIMIZE_SIZE__
- __NO_INLINE__
- __CHAR_UNSIGNED__
- __WCHAR_UNSIGNED__
- __REGISTER_PREFIX__
- __USER_LABEL_PREFIX__
- __SIZE_TYPE__
- __PTRDIFF_TYPE__
- __WCHAR_TYPE__
- __WINT_TYPE__
- __INTMAX_TYPE__
- __UINTMAX_TYPE__
- __CHAR_BIT__
- __SCHAR_MAX__
- __WCHAR_MAX__
- __SHRT_MAX__
- __LONG_MAX__
- __LONG_LONG_MAX__
- __IINTMAX_MAX__
- __DEPRECATED
- __EXCEPTIONS
- __USING_SJLJ_EXCEPTIONS__
- __GXX_WEAK__
- __NEXT_RUNTIME__
- __LP64__
- _LP64
- __SSP__
- __SSP_ALL__
Tuesday, September 2, 2014
C:C standard library:Header files
C:Reserved Keywords
C Reserved Keywords |
K&R C89
- auto
- break
- case
- char
- const
- continue
- default
- do
- double
- else
- enum
- extern
- float
- for
- goto
- if
- int
- long
- register
- return
- short
- signed
- sizeof
- static
- struct
- switch
- typedef
- union
- unsigned
- void
- volatile
- while
C99 (addition)
- _Bool
- _Complex
- _Imaginary
- inline
- restrict
C11 (addition)
- _Alignas
- _Atomic
- _Generic
- _Noreturn
- _Static_asset
- _Thread_local
- alignof
Xcode(5.1.1):Workspace window:Editor area:Project Editor:Targets
Xcode5 |
- General
- Capabilities
- Info
- Build Settings
- Build Phases
- Build Rules
General
- Identity
- Deployment Info
- App Icons
- Launch Images
- Linked Frameworks and Libraries
Capabilities
- iCloud
- Game Center
- Passbook
- In-App Purchase
- Maps
- Keychain Sharing
- Inter-App Audio
- Background Modes
- Data Protection
Info
- Custom iOS Target Properties
- Document Types
- Exported UTIs
- Imported UTIs
- URL Types
Build Settings
- Architectures
- Build Locations
- Build Options
- Code Signing
- Deployment
- Kernel Module
- Linking
- Packaging
- Search Paths
- Unit Testing
- Versioning
- Apple LLVM 5.1 - Code Generation
- Apple LLVM 5.1 - Custom Compiler Flags
- Apple LLVM 5.1 - Language
- Apple LLVM 5.1 - Language - C++
- Apple LLVM 5.1 - Language - Modules
- Apple LLVM 5.1 - Language - Objective C
- Apple LLVM 5.1 - Preprocessing
- Apple LLVM 5.1 - Warning Policies
- Apple LLVM 5.1 - Warnings - All languages
- Apple LLVM 5.1 - Warnings - C++
- Apple LLVM 5.1 - Warnings - Objective C
- Apple LLVM 5.1 - Warnings - Objective C and ARC
- Asset Catalog Compiler - Options
- Interface Builder XIB Compiler - Options
- OSACompile - Build Options
- Static Analyzer - Analysis Policy
- Static Analyzer - Generic Issues
- Static Analyser - Issues - Objective-C
- Static Analyzer - Issues - Security
Build Phases
- TargetDependencies
- Compile Sources
- Link Binary With Libraries
- Copy Bundle Resources
Build Rules
- CopyPlistFile (file.bplist)
- CopyPlistFile (text.plist)
- CopyStringsFile (Localization string files)
- CopyTiffFile (image.tiff)
- GenerateSpriteKitTextureAtlas (SpriteKit Texture Atlas)
- Asset Catalog Compiler (folder.assetcatalog)
- Asset Catalog Compiler (folder.imagecatalog)
- DTrace (DTrace source files)
- Iconutil (folder.iconset)
- Data Model Compiler (MOMC) (Data model files)
- Core Data mapping Model Compiler (MAPC) (Mapping model files)
- Data Model Version Compiler (MOMC) (Data model version files)
- Nasm (Nasm assembly files)
- OpenCL (OpenCL source files)
- Scene Kit Tool (DAE files)
- Interface Builder XIB Compiler (Interface Builder files)
- Interface Builder NIB Postprocessor (Nib files)
- Interface Builder Storyboard Compiler (Interface Builder Storyboard files)
- Interface Builder Storyboard Postprocessor (Interface Builder Storyboard Package)
- System C rule (C source files)
- System nasm rule (Nasm assembly files)
- System Assembler rule (Assembly files)
- System Lex rule (Lex source files)
- System Yacc rule (Yacc source files)
- System Resource (rez) rule (Rez source files)
- System Mach Interface Stub (MiG) rule (MiG source files)
- System DTrace rule (DTrace source files)
ラベル:
Xcode
Xcode(5.1.1):Workspace window:Editor area:Project Editor:Project
Xcode5 |
- Info
- Build Settings
Info
- Deployment Target
- Configurations
- Localizations
Build Settings
- Architectures
- Build Locations
- Build Options
- Code Signing
- Deployment
- Kernel Module
- Linking
- Packaging
- Search Paths
- Unit Testing
- Versioning
- Apple LLVM 5.1 - Code Generation
- Apple LLVM 5.1 - Custom Compiler Flags
- Apple LLVM 5.1 - Language
- Apple LLVM 5.1 - Language - C++
- Apple LLVM 5.1 - Language - Modules
- Apple LLVM 5.1 - Language - Objective C
- Apple LLVM 5.1 - Preprocessing
- Apple LLVM 5.1 - Preprocessing
- Apple LLVM 5.1 - Warning Policies
- Apple LLVM 5.1 - Warnings - All languages
- Apple LLVM 5.1 - Warnings - C++
- Apple LLVM 5.1 - Warnings - Objective C
- Apple LLVM 5.1 - Warnings - Objective C and ARC
- Asset Catalog Compiler - Options
- Interface Builder XIB Compiler - Options
- OSACompile - Build Options
- Static Analyzer - Analysis Policy
- Static Analyzer - Generic Issues
- Static Analyzer - Issues - Objective-C
- Static Analyzer - Issues - Security
ラベル:
Xcode
iOS Simulator(8.0):Menu bar:Debug
iOS Simulator(8.0):Menu bar:Hardware
Subscribe to:
Posts (Atom)