Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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)