Post

Replies

Boosts

Views

Activity

Comment on How to include C++ header file in objective-c++ header
I am including this header in only objective c++ file i.e., .mm file. But here the problem is not in importing the abc.h header file in other .mm file. The problem lies in the abc.h header itself, if I am writing below in abc.h : #include<set> #include<vector> Then on compilation of abc.h header file, it is throwing error that set and vector are not found.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22