MENU
  • Home
  • About
  • All Categories
  • Contact
  • RK Kaihatsu
RK Kaihatsu Tech Blog Programming Learning Notes
Programming Tips From Programmer
  • Home
  • About
  • All Categories
  • Contact
  • RK Kaihatsu
Programming Tips From Programmer
  • Home
  • About
  • All Categories
  • Contact
  • RK Kaihatsu
  1. Home
  2. Swift

Swift– tag –

  • Swift

    How to use binary representation of floating point numbers in Swift

    To store floating-point numbers in binary files or binary data buffers, they are encoded in the manner defined by IEEE 754; in Swift, the BinaryFloatingPoint protocol defines methods, etc., to support IEEE 754. Float, Double, and Float80...
    2022-11-12 2022-11-12
  • Swift

    Converting Integer Types with Bit Patterns in Swift

    To convert integer types in Swift while preserving bit patterns, use the following initializer. init<T>(truncatingIfNeeded source: T) where T : BinaryInteger This can be used to convert between unsigned and signed integers. For exa...
    2022-11-10 2022-11-10
  • Swift

    How To write C++ callbacks in Swift’s closure

    When you have a library implemented in C++ and you want to use it from an application implemented in Swift, this article explains how to write a callback function to be passed to the library in Swift's closure. 【Swift and C++ Interopera...
    2022-11-09 2022-11-09
1
New articles
  • How to resolve the error “http.postBuffer” when push to Git repository
    Git
  • The window is on the back when run from Pycharm
    Python
  • Set up a development environment for OpenCV and Python
    Python
  • Fix Ubuntu on WSL that failed to boot after reinstalling
    WSL
  • Check build environment from Info.plist
    Xcode
Popular Articles
Categories
  • 3D CG
    • Maya
  • Application Development
    • AppKit
      • How to create macOS apps with AppKit
    • Flutter
    • Objective-C
    • OpenCV
    • Python
    • Swift
    • SwiftUI
      • Create the ColorPicker with SwiftUI
  • Developer Devices
    • iPhone & iPad
  • Developer Tools
    • Git
    • Keychain
    • Xcode
      • How to use Xcode
  • Documentation
    • Markdown
    • Word
  • Infrastructure
    • Docker
    • GitLab
    • Nginx
    • WSL
  • Uncategorized
  • Home
  • RK Kaihatsu
  • About This Blog
  • All Categories
  • Contact
  • Privacy Policy
  • Disclaimer
  • English
    • EN English English
    • JA Japanese 日本語

© RK Kaihatsu