Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/munsuri/objective-c-cpp_from_c-cpp
Bunch of examples to ilustrate the multiple ways of accessing Objective C/C++ from C/C++
https://github.com/munsuri/objective-c-cpp_from_c-cpp
Last synced: 16 days ago
JSON representation
Bunch of examples to ilustrate the multiple ways of accessing Objective C/C++ from C/C++
- Host: GitHub
- URL: https://github.com/munsuri/objective-c-cpp_from_c-cpp
- Owner: munsuri
- License: mit
- Created: 2015-07-03T13:46:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T10:38:13.000Z (over 9 years ago)
- Last Synced: 2024-07-31T22:58:07.791Z (3 months ago)
- Language: C
- Size: 141 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Objective C/C++ from C/C++
Bunch of examples to ilustrate the multiple ways of accessing Objective C/C++ from C/C++- MinimalisticFunctionCall
- main.c
- my_objectivec_function.m
- my_objectivec_interface.h- MinimalisticMethodCall
- MyCPPClass.cpp
- MyCPPClass.hpp
- MyObjectiveCClass.hpp
- MyObjectiveCClass.mm
- MyObjectiveCInterface.hpp
- main.cpp- ObjectiveC-CppRuntime (Reference) (Note of caution)
- mainNSLog.c
- More examples by Inferis
The MIT License (MIT)Copyright (c) <2015> (Iván Munsuri Ibañez)